mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
*- file is now broken into a library containing and processing the magic and a consumer binary.
14 lines
287 B
Text
14 lines
287 B
Text
|
|
#------------------------------------------------------------------------------
|
|
# 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
|
|
|