]> icculus.org git repositories - icculus/xz.git/commit
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 18 Jan 2008 18:02:52 +0000 (20:02 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 18 Jan 2008 18:02:52 +0000 (20:02 +0200)
commitab5feaf1fcc146ef9fd39360c53c290bec39524e
treeb1521a6f12fd29f66c4c19edef88e0f4024e00ef
parent079c4f7fc26b3d0b33d9ae7536697b45f3b73585
Fix LZMA_SYNC_FLUSH handling in LZ and LZMA encoders.
That code is now almost completely in LZ coder, where
it can be shared with other LZ77-based algorithms in
future.
src/liblzma/lz/lz_encoder.c
src/liblzma/lz/lz_encoder.h
src/liblzma/lzma/lzma_encoder.c