flush pending write in mxf_write_footer

Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 16 years ago
parent 659713bf86
commit 8ab94b524b
  1. 2
      libavformat/mxfenc.c

@ -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…
Cancel
Save