[FFmpeg-cvslog] r20839 - trunk/libavformat/id3v2.c
Reimar Döffinger
Reimar.Doeffinger
Mon Dec 14 20:13:34 CET 2009
On Mon, Dec 14, 2009 at 12:23:39PM +0100, Michael Niedermayer wrote:
> diff -urN /home/michael/ffmpeg-revs/ffmpeg-r20539/trunk/libavformat/gxf.c ./gxf.c
> --- /home/michael/ffmpeg-revs/ffmpeg-r20539/trunk/libavformat/gxf.c 2009-12-13 14:13:21.000000000 +0100
> +++ ./gxf.c 2009-11-15 04:50:20.000000000 +0100
> @@ -464,7 +464,7 @@
> if (skip)
> url_fskip(pb, skip);
> pkt->stream_index = stream_index;
> - pkt->dts = field_nr;
> + pkt->dts = field_nr*st->time_base.num;
> return ret;
> }
> return AVERROR(EIO);
Huh? Seems like complete nonsense to me, if the time base was e.g.
3/25 then the minimum delay between two consecutive frames would become
9/25 seconds?!?
More information about the ffmpeg-cvslog
mailing list