Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c743 Section_t IptcKeeper; in DiscardAllButExif() local
749 memset(&IptcKeeper, 0, sizeof(IptcKeeper)); in DiscardAllButExif()
750 memset(&XmpKeeper, 0, sizeof(IptcKeeper)); in DiscardAllButExif()
759 }else if (Sections[a].Type == M_IPTC && IptcKeeper.Type == 0){ in DiscardAllButExif()
760 IptcKeeper = Sections[a]; in DiscardAllButExif()
774 if (IptcKeeper.Type){ in DiscardAllButExif()
776 Sections[SectionsRead++] = IptcKeeper; in DiscardAllButExif()