summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-06-23 10:58:24 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2016-06-23 11:08:06 -0500
commit4b4a9583b45c0344779344d17f3c84f75463233b (patch)
tree6e04a341bf09585bd852f9603812d5648b7c1267 /pngstruct.h
parentda2ba024a53abaa8f87783aed54416b2b22ffc06 (diff)
[libpng16] Imported from libpng-1.6.24beta02.tar
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pngstruct.h b/pngstruct.h
index c1f35edef..a2a549adc 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -1,8 +1,8 @@
/* pngstruct.h - header file for PNG reference library
*
- * Last changed in libpng 1.6.18 [July 23, 2015]
- * Copyright (c) 1998-2002,2004,2006-2015 Glenn Randers-Pehrson
+ * Last changed in libpng 1.6.24 [(PENDING RELEASE)]
+ * Copyright (c) 1998-2002,2004,2006-2016 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.)
*
@@ -249,7 +249,7 @@ struct png_struct_def
png_byte filter; /* file filter type (always 0) */
png_byte interlaced; /* PNG_INTERLACE_NONE, PNG_INTERLACE_ADAM7 */
png_byte pass; /* current interlace pass (0 - 6) */
- png_byte do_filter; /* row filter flags (see PNG_FILTER_ below ) */
+ png_byte do_filter; /* row filter flags (see PNG_FILTER_ in png.h ) */
png_byte color_type; /* color type of file */
png_byte bit_depth; /* bit depth of file */
png_byte usr_bit_depth; /* bit depth of users row: write only */