MCPcopy Create free account
hub / github.com/DFHack/dfhack / lodepng_decompress_settings_init

Function lodepng_decompress_settings_init

depends/lodepng/lodepng.cpp:2354–2362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2352#ifdef LODEPNG_COMPILE_DECODER
2353
2354void lodepng_decompress_settings_init(LodePNGDecompressSettings* settings) {
2355 settings->ignore_adler32 = 0;
2356 settings->ignore_nlen = 0;
2357 settings->max_output_size = 0;
2358
2359 settings->custom_zlib = 0;
2360 settings->custom_inflate = 0;
2361 settings->custom_context = 0;
2362}
2363
2364const LodePNGDecompressSettings lodepng_default_decompress_settings = {0, 0, 0, 0, 0, 0};
2365

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected