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
This commit is contained in:
Axel Dörfler 2006-05-15 18:21:24 +00:00
parent ce3b920126
commit 5fbc62e3eb
1 changed files with 4 additions and 4 deletions

View File

@ -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\")";