mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 22:40:47 +00:00
Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'
* commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e': mpegts: Mark the muxer as supporting variable fps Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
1680f9c588
@ -1542,6 +1542,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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user