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