]> git.lizzy.rs Git - zlib.git/commit
Permit immediate deflateParams changes before any deflate input.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 15 Jan 2017 16:22:16 +0000 (08:22 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 15 Jan 2017 17:29:40 +0000 (09:29 -0800)
commitcbbd20302c6e3fb626bee5bd8b4932524049515c
tree91a632d17b1f7596af41e10537872ed02ee87d33
parent7d9c9d410a7f8c732fdb0cac2b268659d624a6b6
Permit immediate deflateParams changes before any deflate input.

This permits deflateParams to change the strategy and level right
after deflateInit, without having to wait until a header has been
written. The parameters can be changed immediately up until the
first deflate call that consumes any input data.
deflate.c
zlib.h