diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-01-19 08:44:05 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-01-19 08:50:15 -0600 |
commit | e208108dfcd3c74cb15ca5c4b636a61582f29d0c (patch) | |
tree | 167a4b22da22f9c947b5cf3b9ee2dae623b44273 /pngstruct.h | |
parent | 590c8b0987f192ae588f6d952bfff5b398c4cb8b (diff) |
[libpng16] Imported from libpng-1.6.0beta39.tar
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h index 0c55fa5b4..8d65ae3c8 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -435,7 +435,7 @@ struct png_struct_def /* Added in libpng-1.4.0: Total number of sPLT, text, and unknown * chunks that can be stored (0 means unlimited). */ - png_uint_32 user_chunk_cache_max; + int user_chunk_cache_max; /* Total memory that a zTXt, sPLT, iTXt, iCCP, or unknown chunk * can occupy when decompressed. 0 means unlimited. |