OSDN Git Service

mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)
authorjb@kdenlive.org <jb@kdenlive.org>
Thu, 8 Dec 2011 14:16:48 +0000 (15:16 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 8 Dec 2011 17:36:20 +0000 (18:36 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mpegtsenc.c

index fe423fb..b75eff7 100644 (file)
@@ -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,