Widevine CENC drm engine update: enable decryption
This import syncs to the widevine git repostiory change commit ab3e1e43642cf36900f55169597a33f222709fdb Change-Id: I3a6f1e2969e5fe7ed1ca12f90b0eb0a3b7899835
This commit is contained in:
@@ -10,7 +10,11 @@ namespace wvcdm {
|
||||
|
||||
// set property values below
|
||||
static CdmBooleanProperties kCdmBooleanProperties[] = {
|
||||
{ .name = kPropertyKeyBeginLicenseUsageWhenReceived, .value = false }
|
||||
{ kPropertyKeyBeginLicenseUsageWhenReceived, false },
|
||||
{ kPropertyKeyRequireExplicitRenewRequest, false },
|
||||
{ kPropertyKeyOemCryptoUseSecureBuffers, true },
|
||||
{ kPropertyKeyOemCryptoUseFifo, false },
|
||||
{ kPropertyKeyOemCryptoUseUserSpaceBuffers, false },
|
||||
};
|
||||
|
||||
} // namespace wvcdm
|
||||
|
||||
Reference in New Issue
Block a user