diff options
author | trav90 <travawine@protonmail.ch> | 2019-02-08 10:35:58 -0600 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2019-02-08 10:35:58 -0600 |
commit | 1fa998d8919375312d20d6d54bae955d166031c7 (patch) | |
tree | dc27c0e6c7528d6c9691ad90130d9c576c358b17 /dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h | |
parent | 4adc4098851a84ed9436162e8114c6f834fbb64c (diff) | |
download | UXP-1fa998d8919375312d20d6d54bae955d166031c7.tar UXP-1fa998d8919375312d20d6d54bae955d166031c7.tar.gz UXP-1fa998d8919375312d20d6d54bae955d166031c7.tar.lz UXP-1fa998d8919375312d20d6d54bae955d166031c7.tar.xz UXP-1fa998d8919375312d20d6d54bae955d166031c7.zip |
[EME] Make WidevineAdapter compatible with CDM version 9
NOTE: this breaks compatibility with CDM version 8.
Diffstat (limited to 'dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h')
-rw-r--r-- | dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h b/dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h index b143f75f7..f5e63519b 100644 --- a/dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h +++ b/dom/media/gmp/widevine-adapter/WidevineVideoDecoder.h @@ -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. |