]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wavenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / wavenc.c
index 2b281490565cfe4800699614f284de657a0c7c2a..c44d6d26e9d591b3ee3d08cd85d93c90f362e197 100644 (file)
@@ -361,8 +361,6 @@ static int wav_write_header(AVFormatContext *s)
         wav->data = ff_start_tag(pb, "data");
     }
 
-    avio_flush(pb);
-
     return 0;
 }