Home
last modified time | relevance | path

Searched refs:GIF_IDLEN (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dpng.c2174 #define GIF_IDLEN 6 macro
2448 if (memcmp(hdr, GIF_ID, GIF_IDLEN)) goto fail; in load_gif_frames()
2555 if (memcmp(hdr, GIF_ID, GIF_IDLEN)) goto fail; in load_gif()
2758 memcpy(tmp, GIF_ID, GIF_IDLEN); in save_gif()