Merge "Correct reporting of KeyStatus usable in future" into rvc-dev
This commit is contained in:
@@ -66,8 +66,9 @@ DrmPlugin::KeyStatusType ConvertFromCdmKeyStatus(CdmKeyStatus keyStatus) {
|
||||
case kKeyStatusOutputNotAllowed:
|
||||
return DrmPlugin::kKeyStatusType_OutputNotAllowed;
|
||||
case kKeyStatusPending:
|
||||
case kKeyStatusUsableInFuture:
|
||||
return DrmPlugin::kKeyStatusType_StatusPending;
|
||||
case kKeyStatusUsableInFuture:
|
||||
return DrmPlugin::kKeyStatusType_UsableInFuture;
|
||||
case kKeyStatusInternalError:
|
||||
default:
|
||||
return DrmPlugin::kKeyStatusType_InternalError;
|
||||
|
||||
Reference in New Issue
Block a user