mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
118ca0c79a
commit
e2baaa21aa
@ -1099,7 +1099,7 @@ AVOutputFormat ff_mpegts_muxer = {
|
||||
.name = "mpegts",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("MPEG-2 transport stream format"),
|
||||
.mime_type = "video/x-mpegts",
|
||||
.extensions = "ts,m2t,m2ts",
|
||||
.extensions = "ts,m2t,m2ts,mts",
|
||||
.priv_data_size = sizeof(MpegTSWrite),
|
||||
.audio_codec = CODEC_ID_MP2,
|
||||
.video_codec = CODEC_ID_MPEG2VIDEO,
|
||||
|
Loading…
Reference in New Issue
Block a user