diff options
author | Edwin Wong <edwinwong@google.com> | 2012-07-13 15:12:24 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-07-13 15:12:24 -0700 |
commit | 190313ec68e81c10d200ff3c20ac152cf90760d6 (patch) | |
tree | 7a0a8e099c9a90c42cb84b65d8462c7186e6b3cf /include | |
parent | ffb829430ff20ccd6c13e6ed894f2373b2d93939 (diff) | |
parent | 65e8d62a5b243518795cdafa498df4a49baf6940 (diff) | |
download | frameworks_av-190313ec68e81c10d200ff3c20ac152cf90760d6.zip frameworks_av-190313ec68e81c10d200ff3c20ac152cf90760d6.tar.gz frameworks_av-190313ec68e81c10d200ff3c20ac152cf90760d6.tar.bz2 |
am 65e8d62a: Merge "Fixed sample video corrupted in MediaCodec mode." into jb-dev
* commit '65e8d62a5b243518795cdafa498df4a49baf6940':
Fixed sample video corrupted in MediaCodec mode.
Diffstat (limited to 'include')
-rw-r--r-- | include/media/ICrypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/ICrypto.h b/include/media/ICrypto.h index 32a2cf7..61059bd 100644 --- a/include/media/ICrypto.h +++ b/include/media/ICrypto.h @@ -41,7 +41,7 @@ struct ICrypto : public IInterface { virtual bool requiresSecureDecoderComponent( const char *mime) const = 0; - virtual status_t decrypt( + virtual ssize_t decrypt( bool secure, const uint8_t key[16], const uint8_t iv[16], |