Searched refs:IptcSig2 (Results 1 – 1 of 1) sorted by relevance
55 const char IptcSig2[] = "8BIM"; in show_IPTC() local68 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()