Change the DRM error code name
DO NOT MERGE Change-Id: I9851b24b5327476e1c20c13ab166bc3fc0f98eb9
This commit is contained in:
@@ -97,10 +97,10 @@ WVMExtractorImpl::WVMExtractorImpl(sp<DataSource> dataSource)
|
|||||||
|
|
||||||
if (sDecryptHandle != NULL) {
|
if (sDecryptHandle != NULL) {
|
||||||
if (sDecryptHandle->status != RightsStatus::RIGHTS_VALID) {
|
if (sDecryptHandle->status != RightsStatus::RIGHTS_VALID) {
|
||||||
mSetupStatus = ERROR_NO_LICENSE;
|
mSetupStatus = ERROR_DRM_NO_LICENSE;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
mSetupStatus = ERROR_NO_LICENSE;
|
mSetupStatus = ERROR_DRM_NO_LICENSE;
|
||||||
|
|
||||||
WVCredentials credentials;
|
WVCredentials credentials;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user