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

Function addChunk_IEND

samples/shared/lodepng.cpp:4849–4854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4847}
4848
4849static unsigned addChunk_IEND(ucvector* out)
4850{
4851 unsigned error = 0;
4852 error = addChunk(out, "IEND", 0, 0);
4853 return error;
4854}
4855
4856#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
4857

Callers 1

lodepng_encodeFunction · 0.85

Calls 1

addChunkFunction · 0.85

Tested by

no test coverage detected