Added Matroska MIME types contributed by Jonas Sundstrom - disabled sniffer rule for

now, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17620 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-05-28 13:35:37 +00:00
parent b7db0bf034
commit b0e0bf889d
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-matroska";
// TODO: check this
// resource(2, "META:SNIFF_RULE") "0.50 (0x1A45DFA3934282886D6174726F736B61428781014285810118538067)";
resource(3, "META:S:DESC") #'MSDC' "Matroska Audio";
resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(5, "META:EXTENS") message(234) {
"extensions" = "mka",
"type" = "audio/x-matroska"
};

View File

@ -0,0 +1,16 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "video/x-matroska";
// TODO: check this
//resource(2, "META:SNIFF_RULE") "0.50 (0x1A45DFA3934282886D6174726F736B61428781014285810118538067)";
resource(3, "META:S:DESC") #'MSDC' "Matroska Video";
resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
resource(5, "META:EXTENS") message(234) {
"extensions" = "mkv",
"type" = "video/x-matroska"
};