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

Unified Diff: chromecast/renderer/key_systems_cast.cc

Issue 1909313002: Support HEVC through EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated cdm_message_filter_android.cc Created 4 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 | components/cdm/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/key_systems_cast.cc
diff --git a/chromecast/renderer/key_systems_cast.cc b/chromecast/renderer/key_systems_cast.cc
index 76646540e7c1c519ee8c10dfb305c8787feb0ab4..09e3e33906538f109d13e87577127f668cc62722 100644
--- a/chromecast/renderer/key_systems_cast.cc
+++ b/chromecast/renderer/key_systems_cast.cc
@@ -40,7 +40,8 @@ class PlayReadyKeySystemProperties : public ::media::KeySystemProperties {
}
SupportedCodecs GetSupportedCodecs() const override {
- return ::media::EME_CODEC_MP4_AAC | ::media::EME_CODEC_MP4_AVC1;
+ return ::media::EME_CODEC_MP4_AAC | ::media::EME_CODEC_MP4_AVC1 |
+ ::media::EME_CODEC_MP4_HEVC;
ddorwin 2016/05/19 21:32:13 I know this is the default state for Cast in Chrom
servolk 2016/05/20 23:00:19 Done.
}
EmeConfigRule GetRobustnessConfigRule(
« no previous file with comments | « no previous file | components/cdm/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698