X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fframehash.c;h=8d90793d7c7af942f2eb961f590a55b4d7f52580;hb=82f9eb6f6c7165a404426bee8a61aac76508a177;hp=3ae9092c61de54f6a67085644461a4ffa8a46493;hpb=6fc762b4fd2c28ef7a0689a1df5ce200e5f5948f;p=ffmpeg diff --git a/libavformat/framehash.c b/libavformat/framehash.c index 3ae9092c61d..8d90793d7c7 100644 --- a/libavformat/framehash.c +++ b/libavformat/framehash.c @@ -45,7 +45,6 @@ int ff_framehash_write_header(AVFormatContext *s) avio_printf(s->pb, "#sar %d: %d/%d\n", i, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den); break; } - avio_flush(s->pb); } return 0; }