Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lvandeve/lodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2019-08-25 15:14:28 +0300
committerLode <lvandeve@gmail.com>2019-08-25 15:14:28 +0300
commit21bf7406cea85845da8686de9101ce3aa1013e02 (patch)
treeb99834b1ea378949e493a8518ffe96943215b91a /lodepng.h
parent1a7c5a5794fdfbaeceda5c2bde37d98a6c201a00 (diff)
refactorings
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lodepng.h b/lodepng.h
index e0a7d00..558ff1b 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -275,8 +275,7 @@ struct LodePNGDecompressSettings {
const unsigned char*, size_t,
const LodePNGDecompressSettings*);
/*use custom deflate decoder instead of built in one (default: null)
- if custom_zlib is used, custom_deflate is ignored since only the built in
- zlib function will call custom_deflate*/
+ if custom_zlib is not null, custom_inflate is ignored (the zlib format uses deflate)*/
unsigned (*custom_inflate)(unsigned char**, size_t*,
const unsigned char*, size_t,
const LodePNGDecompressSettings*);