From 5fbc62e3eb7ebaf1718c42ea5adff4386b7518bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 15 May 2006 18:21:24 +0000 Subject: [PATCH] WAV is not a registered MIME type, and thus, it must be called audio/x-wav. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17466 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/audio/{wav => x-wav} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename src/data/beos_mime/audio/{wav => x-wav} (58%) diff --git a/src/data/beos_mime/audio/wav b/src/data/beos_mime/audio/x-wav similarity index 58% rename from src/data/beos_mime/audio/wav rename to src/data/beos_mime/audio/x-wav index 1112d19624..1ec6f536aa 100644 --- a/src/data/beos_mime/audio/wav +++ b/src/data/beos_mime/audio/x-wav @@ -1,15 +1,15 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; -resource(1, "META:TYPE") "audio/wav"; +resource(1, "META:TYPE") "audio/x-wav"; resource(2, "META:S:DESC") #'MSDC' "WAVE Sound File"; resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.videolan-vlc"; -resource(4, "META:EXTENS") message(234) -{ +resource(4, "META:EXTENS") message(234) { "extensions" = "wav", - "type" = "audio/wav" + "type" = "audio/x-wav" }; +resource(5, "META:SNIFF_RULE") "0.50 [8] (\"WAV\")";