* 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:
Axel Dörfler
2006-03-02 13:39:11 +00:00
parent 39e26f6113
commit 7ac39b9272
2 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -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";
+15
View File
@@ -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"
};