Fix deleter type mismatch

bug: 112713405
Change-Id: I6c6f42bca2eb24ab6efe28ef6fdc4d73a959bded
gugelfrei
Chong Zhang 6 years ago
parent fdfae2898f
commit 21ef6ecbf0

@ -74,7 +74,7 @@ struct HeifFrameInfo
int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90
uint32_t mBytesPerPixel; // Number of bytes for one pixel
uint32_t mIccSize; // Number of bytes in mIccData
std::unique_ptr<uint8_t> mIccData; // Actual ICC data, memory is owned by this structure
std::unique_ptr<uint8_t[]> mIccData; // Actual ICC data, memory is owned by this structure
};
/*

Loading…
Cancel
Save