Merge "Update support for HDCP levels on Android and CE CDM." into main
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user