mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
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. |
||
|---|---|---|
| .. | ||
| example.c | ||
| example_original.c | ||
| fitblk.c | ||
| fitblk_original.c | ||
| minigzip.c | ||
| zwrapbench.c | ||