summaryrefslogtreecommitdiff
path: root/thirdparty/libpng/pngstruct.h
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2016-08-06 12:51:40 +0200
committerGitHub <noreply@github.com>2016-08-06 12:51:40 +0200
commit1509ccc51f8de0523821ffd2f3d1946b10e49614 (patch)
tree92e6eb9a4e379d470c4aca2daa8cf8b23e280c02 /thirdparty/libpng/pngstruct.h
parent5bb919a30e77ee2c96984883fe2cfb714b62bddc (diff)
Update to libpng 1.6.24 (#807)
Diffstat (limited to 'thirdparty/libpng/pngstruct.h')
-rw-r--r--thirdparty/libpng/pngstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/libpng/pngstruct.h b/thirdparty/libpng/pngstruct.h
index c1f35ede..2b0eb490 100644
--- a/thirdparty/libpng/pngstruct.h
+++ b/thirdparty/libpng/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 [August 4, 2016]
+ * 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 */