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:
parent
ce3b920126
commit
5fbc62e3eb
@ -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\")";
|
Loading…
Reference in New Issue
Block a user