summaryrefslogtreecommitdiff
path: root/pngread.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2004-07-17 22:45:44 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:07:38 -0500
commit5b5dcf8b88d2fa385d36ac0caac73e6ffa9e93e4 (patch)
tree4857e88604592e70aac59c20c5fa620f73343c92 /pngread.c
parent761bf9f06f3c544e6fb6ed46f3b08a363cf19b81 (diff)
downloadlibpng-5b5dcf8b88d2fa385d36ac0caac73e6ffa9e93e4.tar.gz
Imported from libpng-1.2.6beta3.tarv1.2.6beta3
Diffstat (limited to 'pngread.c')
-rw-r--r--pngread.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pngread.c b/pngread.c
index 9f9097836..d5e43495b 100644
--- a/pngread.c
+++ b/pngread.c
@@ -1,9 +1,9 @@
/* pngread.c - read a PNG file
*
- * libpng 1.2.6beta2 - November 1, 2002
+ * libpng 1.2.6beta3 - July 18, 2004
* For conditions of distribution and use, see copyright notice in png.h
- * Copyright (c) 1998-2002 Glenn Randers-Pehrson
+ * Copyright (c) 1998-2004 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.)
*
@@ -789,7 +789,7 @@ png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
* not called png_set_interlace_handling(), the display_row buffer will
* be ignored, so pass NULL to it.
*
- * [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.6beta2
+ * [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.6beta3
*/
void PNGAPI
@@ -837,7 +837,7 @@ png_read_rows(png_structp png_ptr, png_bytepp row,
* only call this function once. If you desire to have an image for
* each pass of a interlaced image, use png_read_rows() instead.
*
- * [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.6beta2
+ * [*] png_handle_alpha() does not exist yet, as of libpng version 1.2.6beta3
*/
void PNGAPI
png_read_image(png_structp png_ptr, png_bytepp image)