Commit 8ab94b52 authored by Baptiste Coudurier's avatar Baptiste Coudurier

flush pending write in mxf_write_footer

Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 659713bf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment