fix build.
Change-Id: I2450066baee49ef621f9607803de3e4dd11561c2
This commit is contained in:
@@ -74,7 +74,7 @@ bool WVCryptoPlugin::requiresSecureDecoderComponent(const char *mime) const {
|
||||
return !strncasecmp(mime, "video/", 6);
|
||||
}
|
||||
|
||||
status_t WVCryptoPlugin::decrypt(
|
||||
ssize_t WVCryptoPlugin::decrypt(
|
||||
bool secure,
|
||||
const uint8_t key[16],
|
||||
const uint8_t iv[16],
|
||||
|
||||
@@ -31,7 +31,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[16],
|
||||
const uint8_t iv[16],
|
||||
|
||||
Reference in New Issue
Block a user