Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2018-05-03 20:15:11 +02:00
5 changed files with 22 additions and 0 deletions

@@ -485,6 +485,8 @@ static const char *const dsdiff_suffixes[] = {
static const char *const dsdiff_mime_types[] = {
"application/x-dff",
"audio/x-dff",
"audio/x-dsd",
nullptr
};

@@ -358,6 +358,8 @@ static const char *const dsf_suffixes[] = {
static const char *const dsf_mime_types[] = {
"application/x-dsf",
"audio/x-dsf",
"audio/x-dsd",
nullptr
};