mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
[libzstd] Rename ZSTD_CCtxParam_* to ZSTD_CCtxParams_*
This commit is contained in:
@ -1703,7 +1703,7 @@ static size_t setCCtxParameter(ZSTD_CCtx* zc, ZSTD_CCtx_params* cctxParams,
|
||||
int useOpaqueAPI)
|
||||
{
|
||||
if (useOpaqueAPI) {
|
||||
return ZSTD_CCtxParam_setParameter(cctxParams, param, value);
|
||||
return ZSTD_CCtxParams_setParameter(cctxParams, param, value);
|
||||
} else {
|
||||
return ZSTD_CCtx_setParameter(zc, param, value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user