Add support for the opus audio codec (bug 1734)

This commit is contained in:
Bernd Schlapsi 2012-12-29 09:49:03 +01:00 committed by Thomas Perl
parent b848f79369
commit 6ebad7d672

View file

@ -139,6 +139,7 @@ _MIME_TYPE_LIST = [
('.flv', 'video/x-flv'),
('.mkv', 'video/x-matroska'),
('.wmv', 'video/x-ms-wmv'),
('.opus', 'audio/opus'),
]
_MIME_TYPES = dict((k, v) for v, k in _MIME_TYPE_LIST)