Module: libav
Branch: master
Commit: 7319a47c7e7931ebf8f475cc2cffc7bcd333acee

Author:    Jean-Baptiste Mardelle <[email protected]>
Committer: Vittorio Giovara <[email protected]>
Date:      Sat Nov 29 17:53:46 2014 +0100

mpegtsenc: recognize .mts as MPEG Transport Stream

---

 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,

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to