mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
[EME] Make WidevineAdapter compatible with CDM version 9
NOTE: this breaks compatibility with CDM version 8.
This commit is contained in:
parent
a4dd5cc088
commit
eb2e8d7f92
6 changed files with 51 additions and 50 deletions
|
|
@ -77,7 +77,7 @@ void InitInputBuffer(const GMPEncryptedBufferMetadata* aCrypto,
|
|||
aInputBuffer.timestamp = aTimestamp;
|
||||
}
|
||||
|
||||
CDMWrapper::CDMWrapper(cdm::ContentDecryptionModule_8* aCDM,
|
||||
CDMWrapper::CDMWrapper(cdm::ContentDecryptionModule_9* aCDM,
|
||||
WidevineDecryptor* aDecryptor)
|
||||
: mCDM(aCDM)
|
||||
, mDecryptor(aDecryptor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue