summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/cdm/renderer/android_key_systems.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/cdm/renderer/android_key_systems.cc b/components/cdm/renderer/android_key_systems.cc
index 5c3837c8..99bc2bb 100644
--- a/components/cdm/renderer/android_key_systems.cc
+++ b/components/cdm/renderer/android_key_systems.cc
@@ -25,7 +25,7 @@ static SupportedKeySystemResponse QueryKeySystemSupport(
SupportedKeySystemResponse response;
request.key_system = key_system;
- request.codecs = content::EME_CODEC_WEBM_ALL | content::EME_CODEC_MP4_ALL;
+ request.codecs = content::EME_CODEC_ALL;
content::RenderThread::Get()->Send(
new ChromeViewHostMsg_QueryKeySystemSupport(request, &response));
DCHECK(!(response.compositing_codecs & ~content::EME_CODEC_ALL))