[libpng17] Changed png_struct->options from png_byte to png_uint_32, to hold

up to 16 2-bit options.
This commit is contained in:
Glenn Randers-Pehrson
2015-12-11 14:53:54 -06:00
parent 69f21bc6eb
commit 2933c2e361
3 changed files with 10 additions and 4 deletions

View File

@@ -422,7 +422,7 @@ struct png_struct_def
/* Options */
#ifdef PNG_SET_OPTION_SUPPORTED
png_byte options; /* On/off state (up to 4 options) */
png_uint_32 options; /* On/off state (up to 4 options) */
#endif
#ifdef PNG_READ_SUPPORTED