forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue