mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
add pretty common .m2t as ts extension
Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3654a16dc9
commit
d3ad044ad5
@ -686,7 +686,7 @@ AVOutputFormat mpegts_muxer = {
|
||||
"mpegts",
|
||||
"MPEG2 transport stream format",
|
||||
"video/x-mpegts",
|
||||
"ts",
|
||||
"ts,m2t",
|
||||
sizeof(MpegTSWrite),
|
||||
CODEC_ID_MP2,
|
||||
CODEC_ID_MPEG2VIDEO,
|
||||
|
Loading…
Reference in New Issue
Block a user