diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-25 18:26:37 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-25 18:26:37 +0300 |
commit | 7c7b6e4e4ccb67ea885fce90af3b0167894a30db (patch) | |
tree | 1d8620742b63be5afe1285b71bb5942abe71aeab /plugins/AdvaImg/src/LibPNG/pngstruct.h | |
parent | 867c7e500c975c579796a3047962738774270ee0 (diff) |
update libpng to 1.6.34
Diffstat (limited to 'plugins/AdvaImg/src/LibPNG/pngstruct.h')
-rw-r--r-- | plugins/AdvaImg/src/LibPNG/pngstruct.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/AdvaImg/src/LibPNG/pngstruct.h b/plugins/AdvaImg/src/LibPNG/pngstruct.h index e775080cc4..968764b296 100644 --- a/plugins/AdvaImg/src/LibPNG/pngstruct.h +++ b/plugins/AdvaImg/src/LibPNG/pngstruct.h @@ -1,7 +1,7 @@ /* pngstruct.h - header file for PNG reference library
*
- * Last changed in libpng 1.6.28 [January 5, 2017]
+ * Last changed in libpng 1.6.32 [August 24, 2017]
* Copyright (c) 1998-2002,2004,2006-2017 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.)
@@ -479,8 +479,5 @@ struct png_struct_def png_colorspace colorspace;
#endif
#endif
-
-/* New member added in libpng-1.6.31 */
- int num_exif;
};
#endif /* PNGSTRUCT_H */
|