Searched refs:mng_DISC (Results 1 – 1 of 1) sorted by relevance
535 static const png_byte mng_DISC[5]={ 68, 73, 83, 67, (png_byte) '\0'}; variable5768 if ((memcmp(type,mng_DISC,4) == 0) || (memcmp(type,mng_SEEK,4) == 0)) in ReadMNGImage()