forked from FFmpeg/FFmpeg
flush pending write in mxf_write_footer
Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
659713bf86
commit
8ab94b524b
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue