MCPcopy Create free account
hub / github.com/creatale/node-dv / lodepng_decompress_settings_init

Function lodepng_decompress_settings_init

deps/lodepng/lodepng.cpp:2303–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301#ifdef LODEPNG_COMPILE_DECODER
2302
2303void lodepng_decompress_settings_init(LodePNGDecompressSettings* settings)
2304{
2305 settings->ignore_adler32 = 0;
2306
2307 settings->custom_zlib = 0;
2308 settings->custom_inflate = 0;
2309 settings->custom_context = 0;
2310}
2311
2312const LodePNGDecompressSettings lodepng_default_decompress_settings = {0, 0, 0, 0};
2313

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected