MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / LodePNGUnknownChunks_init

Function LodePNGUnknownChunks_init

dependency/densecrf/examples/lodepng.cpp:2740–2745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2738#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
2739
2740static void LodePNGUnknownChunks_init(LodePNGInfo* info)
2741{
2742 unsigned i;
2743 for(i = 0; i != 3; ++i) info->unknown_chunks_data[i] = 0;
2744 for(i = 0; i != 3; ++i) info->unknown_chunks_size[i] = 0;
2745}
2746
2747static void LodePNGUnknownChunks_cleanup(LodePNGInfo* info)
2748{

Callers 2

lodepng_info_initFunction · 0.85
lodepng_info_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected