X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frsoenc.c;h=3159f0c42774edd6769a1a0fae675da7929f5b40;hb=d580c7a7979613f352cfc9701f7ff4fe83b33af2;hp=e34e2c64e20ca476a5d5f54f5326b81d3b066a90;hpb=217ad40aef9eeeff4e805dec3e980fb16aec3345;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; }