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

Function LodePNGUnknownChunks_init

deps/lodepng/lodepng.cpp:2786–2791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2784#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
2785
2786static void LodePNGUnknownChunks_init(LodePNGInfo* info)
2787{
2788 unsigned i;
2789 for(i = 0; i != 3; ++i) info->unknown_chunks_data[i] = 0;
2790 for(i = 0; i != 3; ++i) info->unknown_chunks_size[i] = 0;
2791}
2792
2793static void LodePNGUnknownChunks_cleanup(LodePNGInfo* info)
2794{

Callers 2

lodepng_info_initFunction · 0.85
lodepng_info_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected