decoder/{audio,snd}file: handle MIME type "audio/wav"

This commit is contained in:
Max Kellermann
2020-02-01 11:26:57 +01:00
parent 0bb943ba3e
commit 5ad6e7fec5
3 changed files with 5 additions and 1 deletions

View File

@@ -269,6 +269,8 @@ static const char *const audiofile_suffixes[] = {
};
static const char *const audiofile_mime_types[] = {
"audio/wav",
"audio/aiff",
"audio/x-wav",
"audio/x-aiff",
nullptr