summaryrefslogtreecommitdiff
path: root/drivers/png/pnginfo.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-12-13 10:50:58 +0100
committerRémi Verschelde <rverschelde@gmail.com>2015-12-19 20:41:22 +0100
commit6750c8a729a289856a89b88ce1bed9d0761b913f (patch)
tree122db5252684833fe177bb59b943c157c375c215 /drivers/png/pnginfo.h
parentb989d4f887b6c823850e92ab7c5d47311de59b9d (diff)
Update to libpng 1.5.26
Includes numerous security fixes compared to the previous version which was around 1.5.7 or so. Fixes #2787
Diffstat (limited to 'drivers/png/pnginfo.h')
-rw-r--r--drivers/png/pnginfo.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/png/pnginfo.h b/drivers/png/pnginfo.h
index a33bfab06d..c5b68c1e84 100644
--- a/drivers/png/pnginfo.h
+++ b/drivers/png/pnginfo.h
@@ -1,12 +1,11 @@
/* pnginfo.h - header file for PNG reference library
*
- * Copyright (c) 1998-2011 Glenn Randers-Pehrson
+ * Last changed in libpng 1.5.0 [January 6, 2011]
+ * Copyright (c) 1998-2002,2004,2006-2011 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
*
- * Last changed in libpng 1.5.0 [January 6, 2011]
- *
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
@@ -242,7 +241,7 @@ defined(PNG_READ_BACKGROUND_SUPPORTED)
#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