]> git.ipfire.org Git - thirdparty/zstd.git/commit
modified ZSTD_CCtx_reset()
authorYann Collet <cyan@fb.com>
Wed, 14 Nov 2018 20:33:57 +0000 (12:33 -0800)
committerYann Collet <cyan@fb.com>
Wed, 14 Nov 2018 20:33:57 +0000 (12:33 -0800)
commitff8d37170808931cdca10846da1c23aaf27084fb
treebde42b8538be50a701e01c708d876cede946734c
parentd7e10a774a7ade1deeb8b22e74a51e49edb3a6f0
modified ZSTD_CCtx_reset()

which now accepts an enum,
to distinguish between resetting the session, or the parameters (or both).

removed ZSTD_CCtx_resetParameters(), which is redundant.

start replacing invocation of ZSTD_CCtx_reset*() functions

Updated advanced API documentation

trimmed down amount of API staged in RC,
in particular, all functions related to ZSTD_CCtxParams()
seem too advanced.
lib/compress/zstd_compress.c
lib/zstd.h