[FFmpeg-devel] [PATCH] lavf: always call avio_flush in av_write_trailer.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Apr 12 20:34:34 CEST 2012


On Wed, Apr 11, 2012 at 01:41:14AM +0200, Michael Niedermayer wrote:
> On Tue, Apr 10, 2012 at 09:38:06PM +0200, Reimar Döffinger wrote:
> > Otherwise for muxers like e.g. latmenc that never call
> > avio_flush (and do not have a write_trailer function)
> > a part of the data will always be missing.
> > 
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> 
> LGTM (if it passes fate)

Except for that fact that it actually also fixed the voc muxer.
So pushed with an update for that.


More information about the ffmpeg-devel mailing list