[trunk] ICC profile length is always an unsigned integer
This commit is contained in:
@@ -644,7 +644,7 @@ typedef struct opj_image {
|
|||||||
/** 'restricted' ICC profile */
|
/** 'restricted' ICC profile */
|
||||||
OPJ_BYTE *icc_profile_buf;
|
OPJ_BYTE *icc_profile_buf;
|
||||||
/** size of ICC profile */
|
/** size of ICC profile */
|
||||||
OPJ_INT32 icc_profile_len;
|
OPJ_UINT32 icc_profile_len;
|
||||||
} opj_image_t;
|
} opj_image_t;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user