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 13:05:31 -0400 |
commit | 5694831e0693ad70581a766d1f0ebefbbae8bc2f (patch) | |
tree | 4906d9341b39764bf05b8f6734483d53a6e047da | |
parent | 1f52f82a55a544838f5e49e639488c1f15de8a42 (diff) | |
download | ffmpeg-5694831e0693ad70581a766d1f0ebefbbae8bc2f.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, |