Source release 19.1.0
This commit is contained in:
@@ -100,6 +100,7 @@ class CDM_EXPORT Cdm : public ITimerClient {
|
||||
kSystemStateLost = 109, // Recoverable
|
||||
kOutputTooLarge = 110, // Recoverable
|
||||
kNeedsServiceCertificate = 111, // Recoverable
|
||||
kDeviceRevoked = 112,
|
||||
|
||||
// This covers errors that we do not expect (see logs for details):
|
||||
kUnexpectedError = 99999,
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
// Widevine CE CDM Version
|
||||
#ifndef CDM_VERSION_MAJOR
|
||||
# define CDM_VERSION_MAJOR 18
|
||||
# define CDM_VERSION_MAJOR 19
|
||||
#endif
|
||||
#ifndef CDM_VERSION_MINOR
|
||||
# define CDM_VERSION_MINOR 5
|
||||
# define CDM_VERSION_MINOR 1
|
||||
#endif
|
||||
#ifndef CDM_VERSION_PATCH
|
||||
# define CDM_VERSION_PATCH 0
|
||||
|
||||
Reference in New Issue
Block a user