[libpng16] Imported from libpng-1.6.0beta37.tar

This commit is contained in:
Glenn Randers-Pehrson
2013-01-10 12:05:59 -06:00
parent 1c6e22a360
commit 5851280929
15 changed files with 30 additions and 30 deletions

View File

@@ -358,8 +358,8 @@ png_inflate_claim(png_structrp png_ptr, png_uint_32 owner, int window_bits)
* does not take the size of the data as an argument. Some efficiency could
* be gained by using this when it is known *if* the zlib stream itself does
* not record the number; however, this is an illusion: the original writer
* follow of the PNG may have selected a lower window size, and we really
* must do that because, for systems with with limited capabilities, we
* of the PNG may have selected a lower window size, and we really must
* follow that because, for systems with with limited capabilities, we
* would otherwise reject the application's attempts to use a smaller window
* size (zlib doesn't have an interface to say "this or lower"!).
*