summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-13 11:19:53 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-13 11:22:48 -0500
commit68cb0aaee3de6371b81a4613476d9b33e43e95b1 (patch)
tree86f4b7f941d11a18922dbc5321abd77ad14f4e98 /pngstruct.h
parent40943eb67aaf423bfd76dc9ce1e6ad98ba00a72e (diff)
downloadlibpng-68cb0aaee3de6371b81a4613476d9b33e43e95b1.tar.gz
[libpng16] Implement eXIf chunk support
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pngstruct.h b/pngstruct.h
index 749d7e35b..1e1c5f8f3 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -479,5 +479,8 @@ struct png_struct_def
png_colorspace colorspace;
#endif
#endif
+
+/* New member added in libpng-1.6.30 */
+ int num_exif;
};
#endif /* PNGSTRUCT_H */