]> git.ipfire.org Git - thirdparty/zstd.git/commit
Changed ZSTD_createCDict_advanced()
authorYann Collet <cyan@fb.com>
Thu, 27 Apr 2017 07:29:04 +0000 (00:29 -0700)
committerYann Collet <cyan@fb.com>
Thu, 27 Apr 2017 07:29:04 +0000 (00:29 -0700)
commit31533bacce265904ecc376206ebf52f4cbb2e0b5
tree0fc8f3902e6b6896d05ed79d98de49ebc93aba20
parent768df129d2c81c5c82b444225f62983e2cf3423e
Changed ZSTD_createCDict_advanced()

It now only uses compressionParameters as argument.
It produces many changes throughout user code,
though hopefully they tend to be simple :
just provide the cParams part from existing ZSTD_parameters.

Some programs might depend on ZSTD_createCDict_advanced() to pass frame parameters.
This change will force them to revisit this strategy and fix it,
since frame parameters are effectively silently ignored in current version.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/compress/zstdmt_compress.c
lib/zstd.h
programs/bench.c
programs/fileio.c
tests/fuzzer.c
tests/zstreamtest.c
zlibWrapper/examples/zwrapbench.c