Add compressionlevel to cdict
parent
b8327ac4c6
commit
a65eb39f9d
|
@ -51,6 +51,7 @@ struct ZSTD_CDict_s {
|
||||||
ZSTD_compressedBlockState_t cBlockState;
|
ZSTD_compressedBlockState_t cBlockState;
|
||||||
ZSTD_customMem customMem;
|
ZSTD_customMem customMem;
|
||||||
U32 dictID;
|
U32 dictID;
|
||||||
|
BYTE compressionLevel; /* 0 indicates that advanced API was used to select params */
|
||||||
}; /* typedef'd to ZSTD_CDict within "zstd.h" */
|
}; /* typedef'd to ZSTD_CDict within "zstd.h" */
|
||||||
|
|
||||||
ZSTD_CCtx* ZSTD_createCCtx(void)
|
ZSTD_CCtx* ZSTD_createCCtx(void)
|
||||||
|
|
Loading…
Reference in New Issue