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