Fix non-portable definition of CryptoPlugin::SubSample
bug: 16016106 Change-Id: I76514b2e7a28c86a0b0b311af575ca9dfc9471a9
This commit is contained in:
parent
3aa138617b
commit
03a0571e96
@ -51,8 +51,8 @@ struct CryptoPlugin {
|
||||
};
|
||||
|
||||
struct SubSample {
|
||||
size_t mNumBytesOfClearData;
|
||||
size_t mNumBytesOfEncryptedData;
|
||||
uint32_t mNumBytesOfClearData;
|
||||
uint32_t mNumBytesOfEncryptedData;
|
||||
};
|
||||
|
||||
CryptoPlugin() {}
|
||||
|
Loading…
Reference in New Issue
Block a user