diff options
author | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 07:01:44 +0000 |
---|---|---|
committer | qinmin@chromium.org <qinmin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 07:01:44 +0000 |
commit | 087d26add507d41839b5ae9c80f25e7208c82754 (patch) | |
tree | 4b64ab4e9a6b2e6bcb60c5c8a4011f27318c7cec /third_party | |
parent | 66283c1ad3028d943c9cc7a32e4f37e967492f9c (diff) | |
download | chromium_src-087d26add507d41839b5ae9c80f25e7208c82754.zip chromium_src-087d26add507d41839b5ae9c80f25e7208c82754.tar.gz chromium_src-087d26add507d41839b5ae9c80f25e7208c82754.tar.bz2 |
Remove DISABLE_WIDEVINE_CDM_CANPLAYTYPE as we should start using canPlayType now
Passed the canplaytype check when tested with http://dash-mse-test.appspot.com/append-all.html?sd=1&keysystem=widevine
BUG=224793
Review URL: https://chromiumcodereview.appspot.com/24072009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/widevine/cdm/android/widevine_cdm_version.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/widevine/cdm/android/widevine_cdm_version.h b/third_party/widevine/cdm/android/widevine_cdm_version.h index d22411e..c1584cf 100644 --- a/third_party/widevine/cdm/android/widevine_cdm_version.h +++ b/third_party/widevine/cdm/android/widevine_cdm_version.h @@ -10,13 +10,6 @@ // Indicates that the Widevine CDM is available. #define WIDEVINE_CDM_AVAILABLE -// TODO(ddorwin): Remove when we have CDM availability detection -// (http://crbug.com/224793). -#define DISABLE_WIDEVINE_CDM_CANPLAYTYPE - -// Indicates that ISO BMFF CENC support is available in the Widevine CDM. -// Must be enabled if any of the codecs below are enabled. -#define WIDEVINE_CDM_CENC_SUPPORT_AVAILABLE // Indicates that AVC1 decoding is available for ISO BMFF CENC. #define WIDEVINE_CDM_AVC1_SUPPORT_AVAILABLE // Indicates that AAC decoding is available for ISO BMFF CENC. |