Source release 14.1.1

This commit is contained in:
John W. Bruce
2018-07-25 10:53:13 -07:00
parent afa11a48a0
commit 6fa4e50d60
6 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
// Widevine CE CDM Version
#define CDM_VERSION "14.1.0"
#define CDM_VERSION "14.1.1"
#define EME_VERSION "https://www.w3.org/TR/2017/REC-encrypted-media-20170918"

View File

@@ -242,10 +242,10 @@ class CdmImpl : public Cdm,
IEventListener* listener_;
bool policy_timer_enabled_;
PropertySet property_set_;
FileSystem file_system_;
CdmEngine cdm_engine_;
PropertySet property_set_;
CdmAppParameterMap app_parameters_;
struct SessionMetadata {