[libpng16] Imported from libpng-1.6.0beta39.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-01-19 08:44:05 -06:00
parent 590c8b0987
commit e208108dfc
15 changed files with 30 additions and 30 deletions

View File

@@ -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