git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
118ca0c
)
mpegtsenc: recognize .mts as MPEG Transport Stream (encoding)
author
jb@kdenlive.org
<jb@kdenlive.org>
Thu, 8 Dec 2011 14:16:48 +0000
(15:16 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavformat/mpegtsenc.c
b/libavformat/mpegtsenc.c
index
fe423fb
..
b75eff7
100644
(file)
--- 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,