[FFmpeg-devel] [PATCH] ogg skeleton start pts

Aurelien Jacobs aurel
Sun Mar 28 03:15:20 CEST 2010


On Thu, Mar 25, 2010 at 04:08:30AM -0400, David Conrad wrote:
> On Mar 20, 2010, at 1:03 PM, Aurelien Jacobs wrote:
> 
> > Hi,
> > 
> > Demuxing in a ogg file containing a non-zero start time result in a
> > first packet with pts=0 and a second patch with
> > pts=start_time+frame_duration.
> > For example, with this sample [1], mplayer -demuxer lavf display the
> > first frame and then wait 59 seconds (ie. start_time) before displaying
> > second frame.
> > Attached patch fix this issue by setting the first packet pts to
> > start_time instead of 0.
> 
> Looks okay, [...]

Applied.

Aurel



More information about the ffmpeg-devel mailing list