commit | 6f318e4451fcb45054408eaf568ca1c30c2d1ab6 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Nov 11 13:11:09 2015 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Fri Nov 27 11:00:55 2015 +0100 |
tree | 733597f9656ed8b586c0ba23ebb57aa8f7ecc8c2 | |
parent | 80b4209b547f030dad14b2ce9456b2a4220b9a65 [diff] |
Clear up ZlibInStream::reset() behaviour It previously only did a reset of the ZlibInStream object, not the underlying zlib stream. It also had the side effect of flushing the underlying stream and disassociating from it. Clear things up by changing the naming, and introducing a proper reset function (which is needed by the Tight decoder).