src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h
changeset 48280 791d551bcdb8
parent 47216 71c04702a3d5
child 51304 66d9993dd4ad
--- a/src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h	Fri Dec 08 13:15:19 2017 -0800
+++ b/src/java.desktop/share/native/libsplashscreen/libpng/pnginfo.h	Sat Dec 09 11:40:40 2017 -0800
@@ -213,6 +213,14 @@
    png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */
 #endif
 
+#ifdef PNG_eXIf_SUPPORTED
+   int num_exif;  /* Added at libpng-1.6.31 */
+   png_bytep exif;
+# ifdef PNG_READ_eXIf_SUPPORTED
+   png_bytep eXIf_buf;  /* Added at libpng-1.6.32 */
+# endif
+#endif
+
 #ifdef PNG_hIST_SUPPORTED
    /* The hIST chunk contains the relative frequency or importance of the
     * various palette entries, so that a viewer can intelligently select a