Chromium Code Reviews| Index: net/base/mime_util.cc |
| diff --git a/net/base/mime_util.cc b/net/base/mime_util.cc |
| index 2dee17dab1d2d41a89a94093acd84b3d7a913f27..1d03482ec16917ddbc1c401cc2db630ace3a5ddf 100644 |
| --- a/net/base/mime_util.cc |
| +++ b/net/base/mime_util.cc |
| @@ -434,7 +434,11 @@ struct MediaFormatStrict { |
| static const MediaFormatStrict format_codec_mappings[] = { |
| { "video/webm", "opus,vorbis,vp8,vp8.0,vp9,vp9.0" }, |
| { "audio/webm", "opus,vorbis" }, |
| - { "audio/wav", "1" } |
| + { "audio/wav", "1" }, |
| + { "audio/x-wav", "1" }, |
| + { "video/ogg", "opus, theora, vorbis" }, |
|
scherkus (not reviewing)
2014/04/02 16:26:46
nit: the other lists doesn't appear to not have sp
amogh.bihani
2014/04/03 03:57:13
Done.
|
| + { "audio/ogg", "opus, vorbis" }, |
| + { "application/ogg", "opus, theora, vorbis" } |
| }; |
| MimeUtil::MimeUtil() { |