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

Function LodePNGText_init

dependency/densecrf/examples/lodepng.cpp:2776–2781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2774/******************************************************************************/
2775
2776static void LodePNGText_init(LodePNGInfo* info)
2777{
2778 info->text_num = 0;
2779 info->text_keys = NULL;
2780 info->text_strings = NULL;
2781}
2782
2783static void LodePNGText_cleanup(LodePNGInfo* info)
2784{

Callers 1

lodepng_info_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected