[FFmpeg-cvslog] r19317 - trunk/libavcodec/mpeg12.c

Måns Rullgård mans
Wed Jul 1 21:09:57 CEST 2009


Baptiste Coudurier <baptiste.coudurier at gmail.com> writes:

> M?ns Rullg?rd wrote:
>> bcoudurier <subversion at mplayerhq.hu> writes:
>> 
>>> Author: bcoudurier
>>> Date: Wed Jul  1 19:29:52 2009
>>> New Revision: 19317
>>>
>>> Log:
>>> simplify slice_end, return size of output frame
>> 
>> This broke something on FATE.
>> 
>
> Seems like 2 more frames are output at beginning. This file is open gop
> and has 2 b-frames before the P. It seems that now these frames are
> output, and are copied from the I frame.
>
> It reduces delay on one side, but technically duplicates frame on the
> other, and they aren't damaged frames.
>
> Any opinion ?

Get rid of the idiotic frame duplication.  FFmpeg should give you
what's in the file, not what it thinks should have been in the file.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list