Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: components/cdm/browser/cdm_message_filter_android.cc

Issue 2866473004: media: Disable encrypted Vorbis support on Android (Closed)
Patch Set: comments addressed Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cdm/browser/cdm_message_filter_android.cc
diff --git a/components/cdm/browser/cdm_message_filter_android.cc b/components/cdm/browser/cdm_message_filter_android.cc
index 849b716a379d6884a38d0eeb3f56be32ca7873f2..1023027b0d96f2ee0f24527dae1cb28e846332b1 100644
--- a/components/cdm/browser/cdm_message_filter_android.cc
+++ b/components/cdm/browser/cdm_message_filter_android.cc
@@ -45,8 +45,8 @@ const CodecInfo<media::VideoCodec> kVideoCodecsToQuery[] = {
};
const CodecInfo<media::AudioCodec> kAudioCodecsToQuery[] = {
+ // Vorbis is not supported. See http://crbug.com/710924 for details.
{media::EME_CODEC_WEBM_OPUS, media::kCodecOpus, "video/webm"},
- {media::EME_CODEC_WEBM_VORBIS, media::kCodecVorbis, "video/webm"},
#if BUILDFLAG(USE_PROPRIETARY_CODECS)
{media::EME_CODEC_MP4_AAC, media::kCodecAAC, "video/mp4"},
#endif // BUILDFLAG(USE_PROPRIETARY_CODECS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698