Change the DRM error code name

Merge to master

Change-Id: I9851b24b5327476e1c20c13ab166bc3fc0f98eb9
This commit is contained in:
Gloria Wang
2011-05-13 15:07:37 -07:00
committed by Jeff Tinker
parent 61cf3d5049
commit 0ca8f17a2e

View File

@@ -99,10 +99,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;
// Set an info listener to handle messages from the drm plugin
mInfoListener = new WVMInfoListener();