X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwebvttenc.c;h=cbd989dcb6c3367d1e10ec68802c17f8af2b39bd;hb=9086af2a0a590c7f576b72379d1708392cd96d5c;hp=61b7f5462299412f21340f5a341c12fa050b20fd;hpb=6fc762b4fd2c28ef7a0689a1df5ce200e5f5948f;p=ffmpeg diff --git a/libavformat/webvttenc.c b/libavformat/webvttenc.c index 61b7f546229..cbd989dcb6c 100644 --- a/libavformat/webvttenc.c +++ b/libavformat/webvttenc.c @@ -57,7 +57,6 @@ static int webvtt_write_header(AVFormatContext *ctx) avpriv_set_pts_info(s, 64, 1, 1000); avio_printf(pb, "WEBVTT\n"); - avio_flush(pb); return 0; }