Commit 7c6b991d authored by Max Kellermann's avatar Max Kellermann

decoder/opus: add MIME types audio/ogg and application/ogg

parent 82460aa4
ver 0.19.4 (not yet released)
* decoder
- opus: add MIME types audio/ogg and application/ogg
ver 0.19.3 (2014/11/11)
* protocol
......
......@@ -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
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment