summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-07-23 09:49:24 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-08-28 12:33:25 -0400
commitf2583bc86eb5d7decc639fc9a36edc93e6003eef (patch)
tree7c65b627ab824a16be9beb44e25858da90975554 /libavformat/matroskadec.c
parent58396e806c65fe0eb00e6ccf1980f810cdceed05 (diff)
matroska: list supported extensions
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 42204a4acf..431fe57348 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,