summaryrefslogtreecommitdiff
path: root/pnginfo.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-19 08:44:05 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-19 08:50:15 -0600
commite208108dfcd3c74cb15ca5c4b636a61582f29d0c (patch)
tree167a4b22da22f9c947b5cf3b9ee2dae623b44273 /pnginfo.h
parent590c8b0987f192ae588f6d952bfff5b398c4cb8b (diff)
downloadlibpng-e208108dfcd3c74cb15ca5c4b636a61582f29d0c.tar.gz
[libpng16] Imported from libpng-1.6.0beta39.tarv1.6.0beta39
Diffstat (limited to 'pnginfo.h')
-rw-r--r--pnginfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnginfo.h b/pnginfo.h
index 56cc6b394..6921b234e 100644
--- a/pnginfo.h
+++ b/pnginfo.h
@@ -226,13 +226,13 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
/* The type of this field must match png_struct::user_chunk_cache_max,
* else overflow can occur.
*/
- png_uint_32 unknown_chunks_num;
+ int unknown_chunks_num;
#endif
#ifdef PNG_sPLT_SUPPORTED
/* Data on sPLT chunks (there may be more than one). */
png_sPLT_tp splt_palettes;
- png_uint_32 splt_palettes_num;
+ int splt_palettes_num;
#endif
#ifdef PNG_sCAL_SUPPORTED