mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +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
|
|
@ -45,7 +45,7 @@ private:
|
|||
|
||||
~WidevineVideoDecoder();
|
||||
|
||||
cdm::ContentDecryptionModule_8* CDM() const {
|
||||
cdm::ContentDecryptionModule_9* CDM() const {
|
||||
// CDM should only be accessed before 'DecodingComplete'.
|
||||
MOZ_ASSERT(mCDMWrapper);
|
||||
// CDMWrapper ensure the CDM is non-null, no need to check again.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue