X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fxpress-decompress.c;fp=src%2Fxpress-decompress.c;h=05d0c4915b4e69267ddb2471bbc4761e07701eff;hb=b0257a60d3e107a2b39603e3f7ad9cb6bc1e487d;hp=8d7741090dbae4519f9c97ccfb43c77836110b10;hpb=0158ecdaa9e7475a75799f369468f9af5a8ce4ea;p=wimlib diff --git a/src/xpress-decompress.c b/src/xpress-decompress.c index 8d774109..05d0c491 100644 --- a/src/xpress-decompress.c +++ b/src/xpress-decompress.c @@ -74,6 +74,9 @@ #include "wimlib/error.h" #include "wimlib/xpress.h" +/* This value is chosen for fast decompression. */ +#define XPRESS_TABLEBITS 12 + /* * Decodes a symbol @sym that begins an XPRESS match. *