diff matroskadec.c @ 6341:b7a16d6df72a libavformat

Add WebM to the Matroska demuxer name.
author alexc
date Sun, 01 Aug 2010 00:30:37 +0000
parents 806269213b00
children 8678cbf178d7
line wrap: on
line diff
--- a/matroskadec.c	Fri Jul 30 23:41:12 2010 +0000
+++ b/matroskadec.c	Sun Aug 01 00:30:37 2010 +0000
@@ -1899,8 +1899,8 @@
 }
 
 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,