X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frsoenc.c;h=3159f0c42774edd6769a1a0fae675da7929f5b40;hb=36e156bef02566d70cea46cc5e00b3e5d5ed3286;hp=e34e2c64e20ca476a5d5f54f5326b81d3b066a90;hpb=cd8087444bb459c7c62e21913adfef5ec09675cc;p=ffmpeg diff --git a/libavformat/rsoenc.c b/libavformat/rsoenc.c index e34e2c64e20..3159f0c4277 100644 --- a/libavformat/rsoenc.c +++ b/libavformat/rsoenc.c @@ -60,8 +60,6 @@ static int rso_write_header(AVFormatContext *s) avio_wb16(pb, par->sample_rate); avio_wb16(pb, 0x0000); /* play mode ? (0x0000 = don't loop) */ - avio_flush(pb); - return 0; }