зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1826397 - ClearKeyDecryptor::Decrypt only decrypt first sample in CBCS mode r=aosmond
Differential Revision: https://phabricator.services.mozilla.com/D174664
This commit is contained in:
Родитель
38571e8257
Коммит
c7cd4a02f6
|
@ -218,8 +218,8 @@ Status ClearKeyDecryptor::Decrypt(uint8_t* aBuffer, uint32_t aBufferSize,
|
|||
if (!data.isValid()) {
|
||||
return Status::kDecryptError;
|
||||
}
|
||||
return Status::kSuccess;
|
||||
}
|
||||
return Status::kSuccess;
|
||||
}
|
||||
|
||||
// Decrypt CENC case:
|
||||
|
|
Загрузка…
Ссылка в новой задаче