Move dictMode to cctxParams

This commit is contained in:
Stella Lau
2017-08-18 11:43:31 -07:00
parent 97e27affcb
commit b6cb2ed8cb
3 changed files with 47 additions and 33 deletions
+2
View File
@@ -225,6 +225,8 @@ typedef struct ZSTD_CCtx_params_s {
ZSTD_compressionParameters cParams;
ZSTD_frameParameters fParams;
int compressionLevel;
U32 forceWindow;
ZSTD_dictMode_e dictMode;
} ZSTD_CCtx_params;