flush pending write in mxf_write_footer

Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2009-02-18 01:43:40 +00:00
parent 659713bf86
commit 8ab94b524b
1 changed files with 2 additions and 0 deletions

View File

@ -1770,6 +1770,8 @@ static int mxf_write_footer(AVFormatContext *s)
}
}
put_flush_packet(pb);
ff_audio_interleave_close(s);
av_freep(&mxf->index_entries);