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