diff --git a/proprietary/wvm/WVMExtractorImpl.cpp b/proprietary/wvm/WVMExtractorImpl.cpp index de65227b..f90fbd1e 100644 --- a/proprietary/wvm/WVMExtractorImpl.cpp +++ b/proprietary/wvm/WVMExtractorImpl.cpp @@ -99,10 +99,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; // Set an info listener to handle messages from the drm plugin mInfoListener = new WVMInfoListener();