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

jb@kdenlive.org git at videolan.org
Thu Dec 8 18:44:36 CET 2011


ffmpeg | branch: master | jb at kdenlive.org <jb at kdenlive.org> | Thu Dec  8 15:16:48 2011 +0100| [e2baaa21aabc7edb3c2275eac39ed1d40884b25a] | committer: Michael Niedermayer

mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavformat/mpegtsenc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index fe423fb..b75eff7 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -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,



More information about the ffmpeg-cvslog mailing list