]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/astenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / astenc.c
index 578e658891e3aff195ac9936924f77e4dd15b544..d38a3aab38b6e0f8f52ea0b790141942a5405d50 100644 (file)
@@ -101,8 +101,6 @@ static int ast_write_header(AVFormatContext *s)
     avio_wb64(pb, 0);
     avio_wb32(pb, 0);
 
-    avio_flush(pb);
-
     return 0;
 }