X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frmenc.c;h=e137dbc44fe9ba7eba87630816fe928e6ab4f4de;hb=ef6a9e5e311f09fa8032974fa4d0c1e166a959bb;hp=3bff4daf0a72c08c89b2b15cecb603af3f7b12a4;hpb=e4e04dce1fab81bcdef82e60184d50c73d212c6a;p=ffmpeg diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c index 3bff4daf0a7..e137dbc44fe 100644 --- a/libavformat/rmenc.c +++ b/libavformat/rmenc.c @@ -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; }