Merge "Update support for HDCP levels on Android and CE CDM." into main

This commit is contained in:
Alex Dale
2024-03-21 21:00:59 +00:00
committed by Android (Google) Code Review
4 changed files with 35 additions and 28 deletions

View File

@@ -38,8 +38,8 @@ std::string MapHdcpVersion(CryptoSession::HdcpCapability version) {
switch (version) {
case HDCP_NONE:
return QUERY_VALUE_HDCP_NONE;
case HDCP_V1:
return QUERY_VALUE_HDCP_V1;
case HDCP_V1: // 1.x, not 1.0
return QUERY_VALUE_HDCP_V1_X;
case HDCP_V2:
return QUERY_VALUE_HDCP_V2_0;
case HDCP_V2_1: