Add new sequence compress api params to cctx

This commit is contained in:
senhuang42
2020-11-16 10:49:17 -05:00
parent 48405b4633
commit 46824cb018
3 changed files with 121 additions and 193 deletions
+4
View File
@@ -313,6 +313,10 @@ struct ZSTD_CCtx_s {
const ZSTD_CDict* cdict;
ZSTD_prefixDict prefixDict; /* single-usage dictionary */
/* Sequence compression API */
ZSTD_sequenceFormat_blockBoundaries_e blockDelimiters;
ZSTD_sequenceFormat_repcodes_e calculateRepcodes;
/* Multi-threading */
#ifdef ZSTD_MULTITHREAD
ZSTDMT_CCtx* mtctx;