]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/soxenc.c
avcodec/vaapi: Remove old and deprecated VAAPI context and header
[ffmpeg] / libavformat / soxenc.c
index 7259131b036dd2bc42480fbb3cf0035806d05382..ce276f88b5d917feaed594b8251a4ca7a682664a 100644 (file)
@@ -99,8 +99,6 @@ static int sox_write_trailer(AVFormatContext *s)
         } else
             avio_wb64(pb, num_samples);
         avio_seek(pb, file_size, SEEK_SET);
-
-        avio_flush(pb);
     }
 
     return 0;