]> git.lizzy.rs Git - zlib.git/commit
Allow deflatePrime() to insert bits in the middle of a stream.
authorMark Adler <madler@alumni.caltech.edu>
Sat, 7 Jan 2012 17:54:40 +0000 (09:54 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 7 Jan 2012 22:03:07 +0000 (14:03 -0800)
commit263b1a05b04e442896d7941f87d022a2f35a9220
tree465a40cf714deb72b89504c1f3f9665db3feafd6
parent19761b8506f15d6eeeb6ccfab33a11abce0f40e7
Allow deflatePrime() to insert bits in the middle of a stream.

This allows the insertion of multiple empty static blocks for the
purpose of efficiently bringing a stream to a byte boundary.
deflate.c
deflate.h
trees.c
zlib.h