diff --git a/libwvdrmengine/cdm/core/src/crypto_session.cpp b/libwvdrmengine/cdm/core/src/crypto_session.cpp index d3bf0991..831e53f7 100644 --- a/libwvdrmengine/cdm/core/src/crypto_session.cpp +++ b/libwvdrmengine/cdm/core/src/crypto_session.cpp @@ -1005,7 +1005,8 @@ bool CryptoSession::GetHdcpCapabilities(OemCryptoHdcpVersion* current_version, return false; } OEMCrypto_HDCP_Capability current, max; - OEMCryptoResult status = OEMCrypto_GetHDCPCapability(¤t, &max); + OEMCryptoResult status = OEMCrypto_GetHDCPCapability( + requested_security_level_, ¤t, &max); if (OEMCrypto_SUCCESS != status) { LOGW("OEMCrypto_GetHDCPCapability fails with %d", status);