]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nutenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / nutenc.c
index 46dce7722dd968a2fa21e5ad58d4955d5b5933e6..44773924dd7e02227969fe015bcc54b401848123 100644 (file)
@@ -768,8 +768,6 @@ static int nut_write_header(AVFormatContext *s)
     if (s->avoid_negative_ts < 0)
         s->avoid_negative_ts = 1;
 
-    avio_flush(bc);
-
     return 0;
 }