Fixed sample video corrupted in MediaCodec mode.

Change-Id: I1cdfae5fda3f4002f0c17105aa25f5d25683d58f
related-to-bug: 6732061
This commit is contained in:
Edwin Wong
2012-07-10 19:52:56 -07:00
parent c152d6fd0f
commit 5cbc0ba299
3 changed files with 35 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ struct WVCryptoPlugin : public CryptoPlugin {
virtual bool requiresSecureDecoderComponent(const char *mime) const;
virtual status_t decrypt(
virtual ssize_t decrypt(
bool secure,
const uint8_t key[kAES128BlockSize],
const uint8_t iv[kAES128BlockSize],