diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c index c7cc0b8ff3..3dfef4bb0e 100644 --- a/libavformat/webm_chunk.c +++ b/libavformat/webm_chunk.c @@ -256,7 +256,7 @@ AVOutputFormat ff_webm_chunk_muxer = { .mime_type = "video/webm", .extensions = "chk", .flags = AVFMT_NOFILE | AVFMT_GLOBALHEADER | AVFMT_NEEDNUMBER | - AVFMT_TS_NONSTRICT | AVFMT_ALLOW_FLUSH, + AVFMT_TS_NONSTRICT, .priv_data_size = sizeof(WebMChunkContext), .write_header = webm_chunk_write_header, .write_packet = webm_chunk_write_packet,