]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/soxenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / soxenc.c
index 7b37bd48484919fb094878f1a84f4baf7019da60..7259131b036dd2bc42480fbb3cf0035806d05382 100644 (file)
@@ -80,8 +80,6 @@ static int sox_write_header(AVFormatContext *s)
 
     ffio_fill(pb, 0, comment_size - comment_len);
 
-    avio_flush(pb);
-
     return 0;
 }