diff options
Diffstat (limited to 'zlib.h')
-rw-r--r-- | zlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -563,6 +563,10 @@ ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm, | |||
563 | header crc, and the operating system will be set to 255 (unknown). If a | 563 | header crc, and the operating system will be set to 255 (unknown). If a |
564 | gzip stream is being written, strm->adler is a crc32 instead of an adler32. | 564 | gzip stream is being written, strm->adler is a crc32 instead of an adler32. |
565 | 565 | ||
566 | For raw deflate or gzip encoding, a request for a 256-byte window is | ||
567 | rejected as invalid, since only the zlib header provides a means of | ||
568 | transmitting the window size to the decompressor. | ||
569 | |||
566 | The memLevel parameter specifies how much memory should be allocated | 570 | The memLevel parameter specifies how much memory should be allocated |
567 | for the internal compression state. memLevel=1 uses minimum memory but is | 571 | for the internal compression state. memLevel=1 uses minimum memory but is |
568 | slow and reduces compression ratio; memLevel=9 uses maximum memory for | 572 | slow and reduces compression ratio; memLevel=9 uses maximum memory for |