[devel] Eliminated useless call to png_check_cHRM() from pngset.c

in png_set_gAMA_and_cHRM() where we supply the cHRM constants and
therefore we know they are OK.
This commit is contained in:
Glenn Randers-Pehrson
2009-09-24 19:49:13 -05:00
parent 4071d1ed7e
commit 85b0237adc
3 changed files with 13 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.0beta82 - September 24, 2009
Libpng 1.4.0beta82 - September 25, 2009
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -558,9 +558,10 @@ version 1.4.0beta81 [September 23, 2009]
Changed all "#if [!]defined(X)" to "if[n]def X" where possible.
Eliminated unused png_ptr->row_buf_size
version 1.4.0beta82 [September 24, 2009]
Move redundant IHDR checking into new png_check_IHDR() in png.c
version 1.4.0beta82 [September 25, 2009]
Moved redundant IHDR checking into new png_check_IHDR() in png.c
and report all errors found in the IHDR data.
Eliminated useless call to png_check_cHRM() from pngset.c
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.