[FFmpeg-cvslog] matroska: list supported extensions

Vittorio Giovara git at videolan.org
Thu Aug 28 22:20:19 CEST 2014


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Wed Jul 23 09:49:24 2014 +0100| [f2583bc86eb5d7decc639fc9a36edc93e6003eef] | committer: Vittorio Giovara

matroska: list supported extensions

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

 libavformat/matroskadec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 42204a4..431fe57 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -2601,6 +2601,7 @@ static int matroska_read_close(AVFormatContext *s)
 AVInputFormat ff_matroska_demuxer = {
     .name           = "matroska,webm",
     .long_name      = NULL_IF_CONFIG_SMALL("Matroska / WebM"),
+    .extensions     = "mkv,mk3d,mka,mks",
     .priv_data_size = sizeof(MatroskaDemuxContext),
     .read_probe     = matroska_probe,
     .read_header    = matroska_read_header,



More information about the ffmpeg-cvslog mailing list