[FFmpeg-devel] [PATCH] mpegvideo_parser: Fix SEQ_END handling.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jan 22 15:31:11 CET 2012


On Sun, Jan 22, 2012 at 03:23:07PM +0100, Michael Niedermayer wrote:
> This restores the seq end handling so that seq ends are considered
> seperate frames and cause the last frame to be flushed.

sepArate.
So you found a sample? Sorry, I forgot to look for one.
If it works better I guess it is ok, however it wouldn't hurt
if we had comments when things depend on a non-obvious way on
the order of code as _seems_ to be the case here.
Adding a sample to fate wouldn't hurt either.
On the subject itself: I still feel that it is not really correct
to have the sequence end code completely by itself, it also
IIRC does not match how the specification describes it, but
if that's the simplest way of getting things working I don't mind
much.


More information about the ffmpeg-devel mailing list