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",
|
"mpegts",
|
||||||
"MPEG2 transport stream format",
|
"MPEG2 transport stream format",
|
||||||
"video/x-mpegts",
|
"video/x-mpegts",
|
||||||
"ts",
|
"ts,m2t",
|
||||||
sizeof(MpegTSWrite),
|
sizeof(MpegTSWrite),
|
||||||
CODEC_ID_MP2,
|
CODEC_ID_MP2,
|
||||||
CODEC_ID_MPEG2VIDEO,
|
CODEC_ID_MPEG2VIDEO,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user