mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -04:00
Various decompression updates and optimizations
This commit is contained in:
parent
caa41f200f
commit
16f3b420a0
@ -94,8 +94,10 @@ deflate_alloc_decompressor(void);
|
|||||||
* 'out_nbytes', to 'out'. The return value is true if decompression was
|
* 'out_nbytes', to 'out'. The return value is true if decompression was
|
||||||
* successful, or false if the compressed data was invalid.
|
* successful, or false if the compressed data was invalid.
|
||||||
*
|
*
|
||||||
* To be clear: the uncompressed size must be known *exactly* and passed as
|
* Note that the uncompressed size must be known *exactly* and passed as
|
||||||
* 'out_nbytes'.
|
* 'out_nbytes'. This is because this API is designed for block-based
|
||||||
|
* compression where the uncompressed size should have already been stored
|
||||||
|
* elsewhere.
|
||||||
*/
|
*/
|
||||||
extern bool
|
extern bool
|
||||||
deflate_decompress(struct deflate_decompressor *decompressor,
|
deflate_decompress(struct deflate_decompressor *decompressor,
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user