new overlapLog default values

varies between 6 and 9, depending on strategy
This commit is contained in:
Yann Collet
2018-12-11 18:10:29 -08:00
parent eee789b7ea
commit 7bb8dfc62f
2 changed files with 58 additions and 37 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ ZSTDLIB_API size_t ZSTDMT_compress_advanced(ZSTDMT_CCtx* mtctx,
const void* src, size_t srcSize,
const ZSTD_CDict* cdict,
ZSTD_parameters params,
unsigned overlapLog);
int overlapLog);
ZSTDLIB_API size_t ZSTDMT_initCStream_advanced(ZSTDMT_CCtx* mtctx,
const void* dict, size_t dictSize, /* dict can be released after init, a local copy is preserved within zcs */