diff --git a/proprietary/wvm/WVMExtractorImpl.cpp b/proprietary/wvm/WVMExtractorImpl.cpp index 7454304c..f7456d00 100644 --- a/proprietary/wvm/WVMExtractorImpl.cpp +++ b/proprietary/wvm/WVMExtractorImpl.cpp @@ -97,10 +97,10 @@ WVMExtractorImpl::WVMExtractorImpl(sp 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;