Home
last modified time | relevance | path

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

/external/jhead/
Diptc.c56 const char IptcSig3[] = {0x04, 0x04}; in show_IPTC() local
71 if (memcmp(pos, IptcSig3, sizeof(IptcSig3)) != 0){ in show_IPTC()
78 pos += sizeof(IptcSig3); // move data pointer to the next field in show_IPTC()