]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cafenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / cafenc.c
index 0f7c4ebbb32c458946428147b84ab15d461cef3e..8fe1dcef19c1ac3024bee18fcac726e0ae205da7 100644 (file)
@@ -203,7 +203,6 @@ static int caf_write_header(AVFormatContext *s)
     avio_wb64(pb, -1);        //< mChunkSize
     avio_wb32(pb, 0);         //< mEditCount
 
-    avio_flush(pb);
     return 0;
 }