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

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

Completed in 60 milliseconds