diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-07-23 09:49:24 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-08-28 12:33:25 -0400 |
commit | f2583bc86eb5d7decc639fc9a36edc93e6003eef (patch) | |
tree | 7c65b627ab824a16be9beb44e25858da90975554 | |
parent | 58396e806c65fe0eb00e6ccf1980f810cdceed05 (diff) | |
download | ffmpeg-f2583bc86eb5d7decc639fc9a36edc93e6003eef.tar.gz |
matroska: list supported extensions
-rw-r--r-- | libavformat/matroskadec.c | 1 |
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, |