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:
parent
b7db0bf034
commit
b0e0bf889d
16
src/data/beos_mime/audio/x-matroska
Normal file
16
src/data/beos_mime/audio/x-matroska
Normal 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"
|
||||
};
|
16
src/data/beos_mime/video/x-matroska
Normal file
16
src/data/beos_mime/video/x-matroska
Normal 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"
|
||||
};
|
Loading…
Reference in New Issue
Block a user