diff options
Diffstat (limited to 'third_party/widevine')
-rw-r--r-- | third_party/widevine/cdm/widevine_cdm_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/widevine/cdm/widevine_cdm_common.h b/third_party/widevine/cdm/widevine_cdm_common.h index 6ba1cf5..9f86a23 100644 --- a/third_party/widevine/cdm/widevine_cdm_common.h +++ b/third_party/widevine/cdm/widevine_cdm_common.h @@ -9,6 +9,9 @@ // This file defines constants common to all Widevine CDM versions. +// Widevine CDM version contains 4 components, e.g. 1.4.0.195. +const int kWidevineCdmVersionNumComponents = 4; + // "alpha" is a temporary name until a convention is defined. const char kWidevineKeySystem[] = "com.widevine.alpha"; |