Merge tag 'v0.19.4'

This commit is contained in:
Max Kellermann
2014-11-18 21:47:20 +01:00
7 changed files with 40 additions and 5 deletions

View File

@@ -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
};