Home
last modified time | relevance | path

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

/external/jhead/
Djpgfile.c739 Section_t IptcKeeper; in DiscardAllButExif() local
745 memset(&IptcKeeper, 0, sizeof(IptcKeeper)); in DiscardAllButExif()
746 memset(&XmpKeeper, 0, sizeof(IptcKeeper)); in DiscardAllButExif()
755 }else if (Sections[a].Type == M_IPTC && IptcKeeper.Type == 0){ in DiscardAllButExif()
756 IptcKeeper = Sections[a]; in DiscardAllButExif()
770 if (IptcKeeper.Type){ in DiscardAllButExif()
772 Sections[SectionsRead++] = IptcKeeper; in DiscardAllButExif()