#------------------------------------------------------------------------------
# $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
0       belong      0x1a45dfa3                  EBML file
>4		regex       .{0,4096}\x42\x82.webm      \b, WebM
>4		regex		.{0,4096}\x42\x82.matroska	\b, Matroska data
