[libpng17] Update CHANGES and ANNOUNCE about pngcp; sync timepng.c with libpng16

This commit is contained in:
John Bowler
2016-05-06 19:09:58 -05:00
committed by Glenn Randers-Pehrson
parent 4cc89fb733
commit a70f5053de
5 changed files with 410 additions and 105 deletions

View File

@@ -1199,7 +1199,7 @@ getsearchopts(struct display *dp, const char *opt_str, int *value)
else if (opt == OPTIND(dp, windowBits))
{
/* Changing windowBits for strategies that do not search the window is
* pointless. Huffman-only does not search, RLE only searchs backwards
* pointless. Huffman-only does not search, RLE only searches backwards
* one byte, so given that the maximum string length is 258, a windowBits
* of 9 is always sufficient.
*/