aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-18 21:47:20 +0100
committerMax Kellermann <max@duempel.org>2014-11-18 21:47:20 +0100
commit26382713c26139e474bda5e74798e1201e036b82 (patch)
treeda03a95d2cf840843e1e02052d2d87d8e513ee0f /src/decoder/plugins
parentf37481f843c3ae7aa0c43591c9c7fc4a501c1f5b (diff)
parentd6bc5c35a730a9542af79118369022115009eddd (diff)
downloadmpd-26382713c26139e474bda5e74798e1201e036b82.tar.gz
mpd-26382713c26139e474bda5e74798e1201e036b82.tar.xz
mpd-26382713c26139e474bda5e74798e1201e036b82.zip
Merge tag 'v0.19.4'
Diffstat (limited to 'src/decoder/plugins')
-rw-r--r--src/decoder/plugins/OpusDecoderPlugin.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/decoder/plugins/OpusDecoderPlugin.cxx b/src/decoder/plugins/OpusDecoderPlugin.cxx
index b6b2e0465..25497fe8a 100644
--- a/src/decoder/plugins/OpusDecoderPlugin.cxx
+++ b/src/decoder/plugins/OpusDecoderPlugin.cxx
@@ -510,6 +510,13 @@ static const char *const opus_suffixes[] = {
};
static const char *const opus_mime_types[] = {
+ /* the official MIME type (RFC 5334) */
+ "audio/ogg",
+
+ /* deprecated (RFC 5334) */
+ "application/ogg",
+
+ /* deprecated; from an early draft */
"audio/opus",
nullptr
};