MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / lodepng_decompress_settings_init

Function lodepng_decompress_settings_init

samples/shared/lodepng.cpp:2265–2272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2263#ifdef LODEPNG_COMPILE_DECODER
2264
2265void lodepng_decompress_settings_init(LodePNGDecompressSettings* settings)
2266{
2267 settings->ignore_adler32 = 0;
2268
2269 settings->custom_zlib = 0;
2270 settings->custom_inflate = 0;
2271 settings->custom_context = 0;
2272}
2273
2274const LodePNGDecompressSettings lodepng_default_decompress_settings = {0, 0, 0, 0};
2275

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected