Home
last modified time | relevance | path

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

/external/jhead/
Diptc.c55 const char IptcSig2[] = "8BIM"; in show_IPTC() local
68 if (memcmp(pos, IptcSig2, sizeof(IptcSig2)-1) != 0) goto badsig; in show_IPTC()
69 pos += sizeof(IptcSig2)-1; // move data pointer to the next field in show_IPTC()