mirror of
https://github.com/AxioDL/lzokay.git
synced 2025-12-10 14:07:47 +00:00
Update README.md
This commit is contained in:
@@ -26,7 +26,7 @@ Usage
|
||||
int compress_and_decompress(const uint8_t* data, std::size_t length) {
|
||||
lzokay::EResult error;
|
||||
|
||||
/* This variable and 5th parameter of compress() is optional, but may
|
||||
/* This variable and 6th parameter of compress() is optional, but may
|
||||
* be reused across multiple compression runs; avoiding repeat
|
||||
* allocation/deallocation of the work memory used by the compressor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user