summaryrefslogtreecommitdiff
path: root/libopenjpeg
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-08-13 08:30:00 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-08-13 08:30:00 +0000
commitcc1d601722c459bb810253a4cb4eabe17ac41390 (patch)
treecf4b6b829264848bef3450f14b8857d62e89283a /libopenjpeg
parente8c1b849b79013e354255d2bacc13076ffa7f283 (diff)
fix some warnings in jp2.c
Diffstat (limited to 'libopenjpeg')
-rw-r--r--libopenjpeg/jp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h
index 9b9259c4..8309c288 100644
--- a/libopenjpeg/jp2.h
+++ b/libopenjpeg/jp2.h
@@ -119,7 +119,7 @@ Palette data: table entries, palette columns
*/
typedef struct opj_jp2_pclr
{
- OPJ_INT32 *entries;
+ OPJ_UINT32 *entries;
OPJ_BYTE *channel_sign;
OPJ_BYTE *channel_size;
opj_jp2_cmap_comp_t *cmap;