Commit 431ac0f0 authored by bcoudurier's avatar bcoudurier

add pretty common .m2t as ts extension

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13642 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e07ccf03
...@@ -686,7 +686,7 @@ AVOutputFormat mpegts_muxer = { ...@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment