X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvc1testenc.c;h=1365bdd660ee7ad8dd734b0d1f2410972073ffb6;hb=2a19232c1996fee52a3f4201fa379001627dcc89;hp=cf95d1d80d2f7d0ef3e6109b15579fb6396fa413;hpb=0ff76ca86e0ea4dcf2b392c45f5fac8e5576bb0d;p=ffmpeg diff --git a/libavformat/vc1testenc.c b/libavformat/vc1testenc.c index cf95d1d80d2..1365bdd660e 100644 --- a/libavformat/vc1testenc.c +++ b/libavformat/vc1testenc.c @@ -76,7 +76,6 @@ static int vc1test_write_trailer(AVFormatContext *s) if (s->pb->seekable & AVIO_SEEKABLE_NORMAL) { avio_seek(pb, 0, SEEK_SET); avio_wl24(pb, ctx->frames); - avio_flush(pb); } return 0; }