[libpng16] Bump version to 1.6.20beta01

This commit is contained in:
Glenn Randers-Pehrson
2015-11-12 22:16:56 -06:00
parent 415d26805a
commit f1cdf4e1ca
30 changed files with 78 additions and 154 deletions

View File

@@ -1573,7 +1573,7 @@ png_set_user_limits (png_structrp png_ptr, png_uint_32 user_width_max,
{
/* Images with dimensions larger than these limits will be
* rejected by png_set_IHDR(). To accept any PNG datastream
* regardless of dimensions, set both limits to 0x7ffffff.
* regardless of dimensions, set both limits to 0x7fffffff.
*/
if (png_ptr == NULL)
return;