Add support for HDCP 2.3
[ Merge of http://go/wvgerrit/66283 ] Bug: 78773763 Test: WV unit/integration tests Change-Id: I5050295a7aa6d829a66adce5d5de86b725a82738
This commit is contained in:
@@ -191,6 +191,11 @@ CdmResponseType ClientIdentification::Prepare(
|
||||
video_widevine::
|
||||
ClientIdentification_ClientCapabilities_HdcpVersion_HDCP_V2_2);
|
||||
break;
|
||||
case HDCP_V2_3:
|
||||
client_capabilities->set_max_hdcp_version(
|
||||
video_widevine::
|
||||
ClientIdentification_ClientCapabilities_HdcpVersion_HDCP_V2_3);
|
||||
break;
|
||||
case HDCP_NO_DIGITAL_OUTPUT:
|
||||
client_capabilities->set_max_hdcp_version(
|
||||
video_widevine::
|
||||
|
||||
Reference in New Issue
Block a user