]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rmenc.c
avformat: remove avio_flush() calls from the end of write_header functions
[ffmpeg] / libavformat / rmenc.c
index 3bff4daf0a72c08c89b2b15cecb603af3f7b12a4..e137dbc44fe9ba7eba87630816fe928e6ab4f4de 100644 (file)
@@ -360,7 +360,6 @@ static int rm_write_header(AVFormatContext *s)
 
     if (rv10_write_header(s, 0, 0))
         return AVERROR_INVALIDDATA;
-    avio_flush(s->pb);
     return 0;
 }