Merge "Fix non-portable definition of CryptoPlugin::SubSample"
This commit is contained in:
commit
f0ca9cd773
@ -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