summaryrefslogtreecommitdiffstats
path: root/third_party/widevine
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 02:22:36 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-30 02:22:36 +0000
commit625791699a3cb76b5b161f8cfa83b96b681f73f2 (patch)
treea60773fcf4f60335155fa9e74dee15511bbd8848 /third_party/widevine
parentc47f86fa0a4063145f4e8eb47ecfe0df1f423ac0 (diff)
downloadchromium_src-625791699a3cb76b5b161f8cfa83b96b681f73f2.zip
chromium_src-625791699a3cb76b5b161f8cfa83b96b681f73f2.tar.gz
chromium_src-625791699a3cb76b5b161f8cfa83b96b681f73f2.tar.bz2
Encrypted Media: Add VP9 support to IsTypeSupported().
BUG=361318 TEST=Add VP9 to unittests. Review URL: https://codereview.chromium.org/252513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267047 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/widevine')
-rw-r--r--third_party/widevine/cdm/widevine_cdm_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h
index fb8ff85..726808b 100644
--- a/third_party/widevine/cdm/widevine_cdm_common.h
+++ b/third_party/widevine/cdm/widevine_cdm_common.h
@@ -51,6 +51,7 @@ const char kCdmSupportedCodecsParamName[] = "codecs";
const char kCdmSupportedCodecsValueDelimiter = ',';
const char kCdmSupportedCodecVorbis[] = "vorbis";
const char kCdmSupportedCodecVp8[] = "vp8";
+const char kCdmSupportedCodecVp9[] = "vp9.0";
#if defined(USE_PROPRIETARY_CODECS)
const char kCdmSupportedCodecAac[] = "aac";
const char kCdmSupportedCodecAvc1[] = "avc1";