diff options
author | Max Kellermann <max@musicpd.org> | 2018-05-03 20:15:11 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-05-03 20:15:11 +0200 |
commit | a8568d7246749407978154c47b43655cae2d2c2d (patch) | |
tree | 9acaa321f013e93004c0fd22d6d18ff223e6a160 /src/decoder/plugins | |
parent | 43a43c1e2b644725cbb2a5ab2d5d039811a9f154 (diff) | |
parent | 6522d2f72271367cc90a3b4f81c88a925d54981f (diff) |
Merge branch 'v0.20.x'
Diffstat (limited to 'src/decoder/plugins')
-rw-r--r-- | src/decoder/plugins/DsdiffDecoderPlugin.cxx | 2 | ||||
-rw-r--r-- | src/decoder/plugins/DsfDecoderPlugin.cxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/decoder/plugins/DsdiffDecoderPlugin.cxx b/src/decoder/plugins/DsdiffDecoderPlugin.cxx index c34d303d1..b63bafd9a 100644 --- a/src/decoder/plugins/DsdiffDecoderPlugin.cxx +++ b/src/decoder/plugins/DsdiffDecoderPlugin.cxx @@ -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 }; diff --git a/src/decoder/plugins/DsfDecoderPlugin.cxx b/src/decoder/plugins/DsfDecoderPlugin.cxx index ddb4fa2f4..e49ca479d 100644 --- a/src/decoder/plugins/DsfDecoderPlugin.cxx +++ b/src/decoder/plugins/DsfDecoderPlugin.cxx @@ -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 }; |