Commit d388cf0a authored by bcoudurier's avatar bcoudurier

flush pending write in mxf_write_footer

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17416 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 87a96504
......@@ -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