[FFmpeg-devel] [PATCH] Flush decoders correctly in avformat_find_stream_info().
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Fri Jan 6 19:01:34 CET 2012
On Fri, Jan 06, 2012 at 05:06:22PM +0100, Michael Niedermayer wrote:
> On Fri, Jan 06, 2012 at 11:53:03AM +0100, Reimar Döffinger wrote:
> > The decoders should not only be flushed on EOF or error, but also when
> > e.g. probe size was reached.
> > It is best to just always flush by default and only disable it
> > explicitly when we know that we have everything we need.
> > Fixes trac ticket #879.
> >
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
>
> LGTM if it passes fate
It does, pushed.
More information about the ffmpeg-devel
mailing list