]> wimlib.net Git - wimlib/blobdiff - src/lzms-compress.c
Factor out LZ match-choosing code
[wimlib] / src / lzms-compress.c
index 5a2e3ed5a1e0453041e2c93568bd74b8c3b0a48a..9373dc22bf2e2aec93d7a764a9d7122676b052e3 100644 (file)
@@ -47,6 +47,8 @@
 #include <string.h>
 #include <limits.h>
 
+#define LZMS_OPTIM_ARRAY_SIZE  1024
+
 /* Stucture used for writing raw bits to the end of the LZMS-compressed data as
  * a series of 16-bit little endian coding units.  */
 struct lzms_output_bitstream {