commit | fa2b8f243eb048fb2b8e5a14356190f69eb31a36 | [log] [tgz] |
---|---|---|
author | Edwin Wong <edwinwong@google.com> | Tue Jul 10 20:01:13 2012 -0700 |
committer | Edwin Wong <edwinwong@google.com> | Fri Jul 13 13:05:56 2012 -0700 |
tree | d54232d4c61bf767677bcee2373069c4969301c1 | |
parent | 4221e2813f7a307936036e62b6a63bbda23005ee [diff] [blame] |
Fixed sample video corrupted in MediaCodec mode. Change-Id: I50c5660072d40f6e297e58fd026ea04c89d6a70a related-to-bug: 6732061
diff --git a/media/libmediaplayerservice/Crypto.h b/media/libmediaplayerservice/Crypto.h index c5aa3c6..d066774 100644 --- a/media/libmediaplayerservice/Crypto.h +++ b/media/libmediaplayerservice/Crypto.h
@@ -42,7 +42,7 @@ 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],