Source release 19.6.0
GitOrigin-RevId: 13a33e34413c19da1bfe76abcc66be519c9ac9d1
This commit is contained in:
@@ -58,6 +58,7 @@ class CDM_EXPORT Cdm : public ITimerClient {
|
||||
kPersistentLicense = 1,
|
||||
kPersistent = kPersistentLicense, // deprecated name from June 1 draft
|
||||
// kPersistentUsageRecord = 2, // deprecated, no longer supported.
|
||||
kUnknownSessionType = -1, // For error conditions
|
||||
};
|
||||
|
||||
// Message types defined by EME.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# define CDM_VERSION_MAJOR 19
|
||||
#endif
|
||||
#ifndef CDM_VERSION_MINOR
|
||||
# define CDM_VERSION_MINOR 5
|
||||
# define CDM_VERSION_MINOR 6
|
||||
#endif
|
||||
#ifndef CDM_VERSION_PATCH
|
||||
# define CDM_VERSION_PATCH 0
|
||||
|
||||
Reference in New Issue
Block a user