mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
inform manual users that it's automatically generated
suggested by @Eugeny1
This commit is contained in:
parent
adbb536d00
commit
2e02cd330d
3 changed files with 37 additions and 15 deletions
|
|
@ -218,7 +218,7 @@ ZSTDLIB_API size_t ZSTD_findFrameCompressedSize(const void* src, size_t srcSize)
|
|||
|
||||
/*====== Compression helper functions ======*/
|
||||
|
||||
/* ZSTD_compressBound() :
|
||||
/*! ZSTD_compressBound() :
|
||||
* maximum compressed size in worst case single-pass scenario.
|
||||
* When invoking `ZSTD_compress()`, or any other one-pass compression function,
|
||||
* it's recommended to provide @dstCapacity >= ZSTD_compressBound(srcSize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue