Commit 4512ee78 authored by Luca Barbato's avatar Luca Barbato

mpegts: Mark the muxer as supporting variable fps

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent c88c5eef
......@@ -1280,6 +1280,6 @@ AVOutputFormat ff_mpegts_muxer = {
.write_header = mpegts_write_header,
.write_packet = mpegts_write_packet,
.write_trailer = mpegts_write_end,
.flags = AVFMT_ALLOW_FLUSH,
.flags = AVFMT_ALLOW_FLUSH | AVFMT_VARIABLE_FPS,
.priv_class = &mpegts_muxer_class,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment