]> granicus.if.org Git - file/commitdiff
PR/195: Fix matroska detection
authorChristos Zoulas <christos@zoulas.com>
Sun, 26 Aug 2012 10:06:15 +0000 (10:06 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 26 Aug 2012 10:06:15 +0000 (10:06 +0000)
magic/Magdir/matroska

index 62299d21f9b9f6e8a1d626b355736511b03b9bd8..cb398a2a7322e5d93b610dbdda1617466e5aa2c1 100644 (file)
@@ -1,23 +1,17 @@
 
 #------------------------------------------------------------------------------
-# $File: matroska,v 1.6 2010/09/20 21:11:35 rrt Exp $
+# $File: matroska,v 1.7 2012/08/26 10:06:15 christos Exp $
 # matroska:  file(1) magic for Matroska files
 #
 # See http://www.matroska.org/
 #
 
-# EBML id:
-0              belong          0x1a45dfa3
-# DocType id:
->5             beshort         0x4282
-# DocType contents:
->>8            string          matroska        Matroska data
-!:mime  video/x-matroska
-
 # EBML id:
 0              belong          0x1a45dfa3
 # DocType id:
 >0             search/4096     \x42\x82
 # DocType contents:
->>&1           string          webm    WebM
+>>&1           string          webm            WebM
 !:mime  video/webm
+>>&1           string          matroska        Matroska data
+!:mime  video/x-matroska