[FFmpeg-cvslog] r20839 - trunk/libavformat/id3v2.c
Baptiste Coudurier
baptiste.coudurier
Mon Dec 14 20:17:07 CET 2009
On 12/14/2009 11:13 AM, Reimar D?ffinger wrote:
> 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?!?
Huh ?
If timebase is 1001/60000, and field_nr is 2, 4, 6, 8.
Besides GXF only supports common framerates.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-cvslog
mailing list