[FFmpeg-cvslog] mpegtsenc: recognize .mts as MPEG Transport Stream

Jean-Baptiste Mardelle git at videolan.org
Tue Dec 2 23:01:57 CET 2014


ffmpeg | branch: master | Jean-Baptiste Mardelle <jb at kdenlive.org> | Sat Nov 29 17:53:46 2014 +0100| [7319a47c7e7931ebf8f475cc2cffc7bcd333acee] | committer: Vittorio Giovara

mpegtsenc: recognize .mts as MPEG Transport Stream

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7319a47c7e7931ebf8f475cc2cffc7bcd333acee
---

 libavformat/mpegtsenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index e68ad1a..d49e6e2 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -1270,7 +1270,7 @@ AVOutputFormat ff_mpegts_muxer = {
     .name           = "mpegts",
     .long_name      = NULL_IF_CONFIG_SMALL("MPEG-TS (MPEG-2 Transport Stream)"),
     .mime_type      = "video/x-mpegts",
-    .extensions     = "ts,m2t,m2ts",
+    .extensions     = "ts,m2t,m2ts,mts",
     .priv_data_size = sizeof(MpegTSWrite),
     .audio_codec    = AV_CODEC_ID_MP2,
     .video_codec    = AV_CODEC_ID_MPEG2VIDEO,



More information about the ffmpeg-cvslog mailing list