Revert Widevine 6.0.0 -> 4.5.0 libraries
DO NOT MERGE Source and library changes to roll back to 4.5.0, including maintaining the DRM HAL support. Includes Widevine libraries 4.5.0-7111 Change-Id: I420c6990748e95ad7516ecb2397ebf7707a157f4 related-to-bug: 6492434
This commit is contained in:
@@ -56,9 +56,8 @@ public:
|
||||
unsigned char mIV[kCryptoBlockSize];
|
||||
};
|
||||
|
||||
static WVStatus DecryptCallback(WVEsSelector esType, void* input, void* output, size_t length,
|
||||
int key, unsigned long long dts, unsigned long long pts,
|
||||
bool au_end, void *context);
|
||||
static void DecryptCallback(WVEsSelector esType, void* input, void* output, size_t length,
|
||||
int key, void *context);
|
||||
DecryptContext& getDecryptContext() { return mDecryptContext; }
|
||||
private:
|
||||
DecryptContext mDecryptContext;
|
||||
|
||||
Reference in New Issue
Block a user