mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Made progressive reading of interlaced images consistent with the
behavior of the sequential reader and consistent with the manual. The row_callback now receives the proper pass number and unexpanded rows, when png_combine_row is not used or not built, by moving some code out of the PNG_READ_INTERLACING_SUPPORTED blocks.
This commit is contained in:
4
png.c
4
png.c
@@ -773,13 +773,13 @@ png_get_copyright(png_const_structrp png_ptr)
|
||||
#else
|
||||
# ifdef __STDC__
|
||||
return PNG_STRING_NEWLINE \
|
||||
"libpng version 1.6.11beta04 - April 6, 2014" PNG_STRING_NEWLINE \
|
||||
"libpng version 1.6.11beta04 - April 13, 2014" PNG_STRING_NEWLINE \
|
||||
"Copyright (c) 1998-2014 Glenn Randers-Pehrson" PNG_STRING_NEWLINE \
|
||||
"Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \
|
||||
"Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
|
||||
PNG_STRING_NEWLINE;
|
||||
# else
|
||||
return "libpng version 1.6.11beta04 - April 6, 2014\
|
||||
return "libpng version 1.6.11beta04 - April 13, 2014\
|
||||
Copyright (c) 1998-2014 Glenn Randers-Pehrson\
|
||||
Copyright (c) 1996-1997 Andreas Dilger\
|
||||
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";
|
||||
|
||||
Reference in New Issue
Block a user