* Added AVI MIME type with sniffer rules.
* Fixed sniffer rule of the MPEG MIME type. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16567 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,7 +3,7 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "video/mpeg";
|
||||
|
||||
resource(2, "META:SNIFF_RULE") "0.50 (\"\\000\\000\\001\\272\" | \"\\000\\000\\001\\263";
|
||||
resource(2, "META:SNIFF_RULE") "0.50 (\"\\000\\000\\001\\272\" | \"\\000\\000\\001\\263\")";
|
||||
|
||||
resource(3, "META:S:DESC") #'MSDC' "MPEG Movie";
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
||||
|
||||
resource(1, "META:TYPE") "video/x-msvideo";
|
||||
|
||||
resource(2, "META:SNIFF_RULE") "0.50 (\"RIFF????AVI \" & 0xffffffff00000000ffffffff)";
|
||||
|
||||
resource(3, "META:S:DESC") #'MSDC' "AVI Movie";
|
||||
|
||||
resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc";
|
||||
|
||||
resource(5, "META:EXTENS") message(234) {
|
||||
"extensions" = "avi",
|
||||
"type" = "video/x-msvideo"
|
||||
};
|
||||
Reference in New Issue
Block a user