]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/astenc.c
lavfi/vf_uspp: convert to the video_enc_params API
[ffmpeg] / libavformat / astenc.c
index d38a3aab38b6e0f8f52ea0b790141942a5405d50..e0b94b8b632ba811d3b6ea2449fc5b2dcb0e7878 100644 (file)
@@ -178,7 +178,6 @@ static int ast_write_trailer(AVFormatContext *s)
         }
 
         avio_seek(pb, file_size, SEEK_SET);
-        avio_flush(pb);
     }
     return 0;
 }