fix build.

Change-Id: I2450066baee49ef621f9607803de3e4dd11561c2
This commit is contained in:
Nick Kralevich
2012-07-13 18:52:18 -07:00
parent 49f78fccf7
commit 735ec731f2
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ bool WVCryptoPlugin::requiresSecureDecoderComponent(const char *mime) const {
return !strncasecmp(mime, "video/", 6); return !strncasecmp(mime, "video/", 6);
} }
status_t WVCryptoPlugin::decrypt( ssize_t WVCryptoPlugin::decrypt(
bool secure, bool secure,
const uint8_t key[16], const uint8_t key[16],
const uint8_t iv[16], const uint8_t iv[16],

View File

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