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

Function addChunk_IEND

dependency/densecrf/examples/lodepng.cpp:4980–4985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4978}
4979
4980static unsigned addChunk_IEND(ucvector* out)
4981{
4982 unsigned error = 0;
4983 error = addChunk(out, "IEND", 0, 0);
4984 return error;
4985}
4986
4987#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
4988

Callers 1

lodepng_encodeFunction · 0.85

Calls 1

addChunkFunction · 0.85

Tested by

no test coverage detected