Searched refs:need_palette (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dpicture.c134 FLAC__bool need_palette = false; /* if IHDR has color_type=3, we need to also read the PLTE chunk to get the #colors */ local
152 need_palette = true;
169 else if(need_palette && 0 == memcmp(data+4, "PLTE", 4)) {

Completed in 37 milliseconds