Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/openvr
/ lodepng_chunk_ancillary
Function
lodepng_chunk_ancillary
samples/shared/lodepng.cpp:2404–2407 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2402
}
2403
2404
unsigned char lodepng_chunk_ancillary(const unsigned char* chunk)
2405
{
2406
return((chunk[4] & 32) != 0);
2407
}
2408
2409
unsigned char lodepng_chunk_private(const unsigned char* chunk)
2410
{
Callers
1
decodeGeneric
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected