Snap for 6412626 from 27793ede9e to sc-release

Change-Id: Ice11a99183fec50812b42905462f1b83bd7b4688
This commit is contained in:
android-build-team Robot
2020-04-21 02:15:14 +00:00

View File

@@ -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;