mirror of
https://github.com/facebook/zstd.git
synced 2025-10-17 00:07:08 -04:00
Merge pull request #879 from terrelln/block-size
[libzstd] Set CLEVEL_CUSTOM correctly
This commit is contained in:
commit
7304a63c12
@ -240,6 +240,7 @@ static ZSTD_CCtx_params ZSTD_assignParamsToCCtxParams(
|
|||||||
ZSTD_CCtx_params ret = cctxParams;
|
ZSTD_CCtx_params ret = cctxParams;
|
||||||
ret.cParams = params.cParams;
|
ret.cParams = params.cParams;
|
||||||
ret.fParams = params.fParams;
|
ret.fParams = params.fParams;
|
||||||
|
ret.compressionLevel = ZSTD_CLEVEL_CUSTOM;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user