diff options
author | Max Kellermann <max@duempel.org> | 2014-11-18 21:47:20 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-18 21:47:20 +0100 |
commit | 26382713c26139e474bda5e74798e1201e036b82 (patch) | |
tree | da03a95d2cf840843e1e02052d2d87d8e513ee0f /src/decoder | |
parent | f37481f843c3ae7aa0c43591c9c7fc4a501c1f5b (diff) | |
parent | d6bc5c35a730a9542af79118369022115009eddd (diff) | |
download | mpd-26382713c26139e474bda5e74798e1201e036b82.tar.gz mpd-26382713c26139e474bda5e74798e1201e036b82.tar.xz mpd-26382713c26139e474bda5e74798e1201e036b82.zip |
Merge tag 'v0.19.4'
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/plugins/OpusDecoderPlugin.cxx | 7 |
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 }; |