]> icculus.org git repositories - icculus/xz.git/commit
Cleaned up Block encoder and moved the no longer shared
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 9 Sep 2008 21:27:02 +0000 (00:27 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 9 Sep 2008 21:27:02 +0000 (00:27 +0300)
commit2ba01bfa755e47ff6af84a978e3c8d63d7d2775e
tree28da43adf9aff178d45995134d4f14aebb4d02f4
parent07efcb5a6bc5d7018798ebd728586f84183e7d64
Cleaned up Block encoder and moved the no longer shared
code from block_private.h to block_decoder.c. Now the Block
encoder doesn't need compressed_size and uncompressed_size
from lzma_block structure to be initialized.
src/liblzma/api/lzma/block.h
src/liblzma/common/Makefile.am
src/liblzma/common/block_decoder.c
src/liblzma/common/block_encoder.c
src/liblzma/common/block_private.h [deleted file]