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:
serge-sans-paille 2023-04-17 13:25:23 +00:00
Родитель 38571e8257
Коммит c7cd4a02f6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: