We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfae28 commit 21ef6ecCopy full SHA for 21ef6ec
media/libheif/include/HeifDecoderAPI.h
@@ -74,7 +74,7 @@ struct HeifFrameInfo
74
int32_t mRotationAngle; // Rotation angle, clockwise, should be multiple of 90
75
uint32_t mBytesPerPixel; // Number of bytes for one pixel
76
uint32_t mIccSize; // Number of bytes in mIccData
77
- 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
78
};
79
80
/*
0 commit comments