summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/Crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/libmediaplayerservice/Crypto.h')
-rw-r--r--media/libmediaplayerservice/Crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmediaplayerservice/Crypto.h b/media/libmediaplayerservice/Crypto.h
index 0037c2e..d5f3c50 100644
--- a/media/libmediaplayerservice/Crypto.h
+++ b/media/libmediaplayerservice/Crypto.h
@@ -52,7 +52,7 @@ struct Crypto : public BnCrypto {
const uint8_t key[16],
const uint8_t iv[16],
CryptoPlugin::Mode mode,
- const void *srcPtr,
+ const sp<IMemory> &sharedBuffer, size_t offset,
const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
void *dstPtr,
AString *errorDetailMsg);