litlen bounded to 128 bytes

This commit is contained in:
inikep
2016-02-19 18:24:14 +01:00
parent fcafb26b2e
commit 6291c54006
2 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -50,7 +50,7 @@
/*-*************************************
* Common constants
***************************************/
#define ZSTD_OPT_DEBUG 0 // 1 = tableID=0; 5 = check encoded sequences; 9 = full logs
#define ZSTD_OPT_DEBUG 1 // 1 = tableID=0; 5 = check encoded sequences; 9 = full logs
#if ZSTD_OPT_DEBUG > 0
#include <stdio.h> /* for debug */
#endif
@@ -79,7 +79,7 @@ static const size_t ZSTD_frameHeaderSize_min = 5;
#define IS_RAW 2
#define IS_RLE 3
#define MINMATCH 4
#define MINMATCH 3
#define REPCODE_STARTVALUE 1
#define Litbits 8