]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/au.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / au.c
index cb48e67feb4f2e615562c71e0ace9f1d24995420..19a0f569636cfb8cbb1df8b143a49f2e99e5d7f7 100644 (file)
@@ -311,7 +311,6 @@ static int au_write_header(AVFormatContext *s)
     } else {
         avio_wb64(pb, 0); /* annotation field */
     }
-    avio_flush(pb);
 
     return 0;
 }