]> wimlib.net Git - wimlib/commit
LZX: Allow max_block_size not a power of 2
authorEric Biggers <ebiggers3@gmail.com>
Tue, 19 Aug 2014 03:48:53 +0000 (22:48 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 19 Aug 2014 04:19:07 +0000 (23:19 -0500)
commit3d8ef754a66f76c8f7121b65a4e466bce6a75f0f
treeca40a51abaeabb90e0b13cab0a74e2380193b02a
parent0913587679ed78029440d813bfa7170439ede2dd
LZX: Allow max_block_size not a power of 2

This should be treated as an internal of LZX.
include/wimlib/lzx.h
src/lzx-common.c
src/lzx-compress.c
src/lzx-decompress.c