X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frmenc.c;h=e137dbc44fe9ba7eba87630816fe928e6ab4f4de;hb=252500a78fe1a31abc79e6070d16f50382c39343;hp=3bff4daf0a72c08c89b2b15cecb603af3f7b12a4;hpb=bbe95ebdadff24127a7c1c9ccf1e7b71aac96cf8;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; }