1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

Add ZSTD_defaultCLevel() function to public API

This commit is contained in:
Sen Huang
2021-03-24 10:43:48 -07:00
parent 413b3198b0
commit e398744a35
4 changed files with 16 additions and 0 deletions

View File

@ -1441,6 +1441,11 @@ size_t ZSTD_freeCCtxParams(ZSTD_CCtx_params* params);
which have troubles handling structures containing memory pointers.
</p></pre><BR>
<pre><b>int ZSTD_defaultCLevel();
</b><p> Returns the default compression level, specified by ZSTD_CLEVEL_DEFAULT
</p></pre><BR>
<a name="Chapter18"></a><h2>Advanced decompression functions</h2><pre></pre>