Merge "Corrections to widevine plugin for vts tests" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3ea64aa89
@@ -543,7 +543,7 @@ CdmResponseType CdmSession::Decrypt(const CdmDecryptionParameters& params) {
|
||||
|
||||
if (!crypto_session_->IsOpen()) {
|
||||
LOGW("CdmSession::Decrypt: Crypto session not open");
|
||||
return CRYPTO_SESSION_OPEN_ERROR_5;
|
||||
return DECRYPT_NOT_READY;
|
||||
}
|
||||
|
||||
// Playback may not begin until either the start time passes or the license
|
||||
|
||||
Reference in New Issue
Block a user