mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
[EME] Update content_decryption_module.h to more recent revision
Adds support for cdm::ContentDecryptionModule_9 and cdm::Host_9 definitions, HDCP definitions, and 10 and 12 bit image format definitions.
This commit is contained in:
parent
a8d231e0a9
commit
58116c6950
4 changed files with 193 additions and 103 deletions
|
|
@ -43,7 +43,7 @@ ToGMPErr(cdm::Status aStatus)
|
|||
case cdm::kSuccess: return GMPNoErr;
|
||||
case cdm::kNeedMoreData: return GMPGenericErr;
|
||||
case cdm::kNoKey: return GMPNoKeyErr;
|
||||
case cdm::kSessionError: return GMPGenericErr;
|
||||
case cdm::kInitializationError: return GMPGenericErr;
|
||||
case cdm::kDecryptError: return GMPCryptoErr;
|
||||
case cdm::kDecodeError: return GMPDecodeErr;
|
||||
case cdm::kDeferredInitialization: return GMPGenericErr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue