Move dictContentByRef to cctx params

This commit is contained in:
Stella Lau
2017-08-18 12:03:16 -07:00
parent b6cb2ed8cb
commit 2300c58a6f
3 changed files with 28 additions and 15 deletions
+5
View File
@@ -224,9 +224,14 @@ typedef struct seqDef_s {
typedef struct ZSTD_CCtx_params_s {
ZSTD_compressionParameters cParams;
ZSTD_frameParameters fParams;
int compressionLevel;
U32 forceWindow;
/* Dictionary */
ZSTD_dictMode_e dictMode;
U32 dictContentByRef;
} ZSTD_CCtx_params;