Add MIME type for WEBP images.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39504 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2010-11-19 12:46:00 +00:00
parent 67a224932a
commit 399227b7b5
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/webp";
resource(2, "META:SNIFF_RULE") "0.50 (\"RIFF????WEBP\" & 0xffffffff00000000ffffffff)";
resource(3, "META:S:DESC") #'MSDC' "WEBP image";
resource(4, "META:EXTENS") message(234) {
"extensions" = "webp",
"type" = "image/webp"
};