X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvc1testenc.c;h=1365bdd660ee7ad8dd734b0d1f2410972073ffb6;hb=5663301560d77486c7f7c03c1aa5f542fab23c24;hp=cf95d1d80d2f7d0ef3e6109b15579fb6396fa413;hpb=3e076faf3b86bb16f746e7c9b0cf3dac5f9a851a;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; }