summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-08-01 00:30:37 +0000
committerAlex Converse <alex.converse@gmail.com>2010-08-01 00:30:37 +0000
commitf7cf0f3148123a0a8c3e09d895104fbc231152f8 (patch)
tree2314e155c2054cb18c4156f3b4b6bd2fed223d51 /libavformat/matroskadec.c
parent6341838f3ca69c7850aa11b067165ef544cead95 (diff)
Add WebM to the Matroska demuxer name.
Originally committed as revision 24639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroskadec.c')
-rw-r--r--libavformat/matroskadec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 954ef3b863..60f03ce362 100644
--- a/libavformat/matroskadec.c
+++ b/libavformat/matroskadec.c
@@ -1899,8 +1899,8 @@ static int matroska_read_close(AVFormatContext *s)
}
AVInputFormat matroska_demuxer = {
- "matroska",
- NULL_IF_CONFIG_SMALL("Matroska file format"),
+ "matroska,webm",
+ NULL_IF_CONFIG_SMALL("Matroska/WebM file format"),
sizeof(MatroskaDemuxContext),
matroska_probe,
matroska_read_header,