Searched refs:ExifHeader (Results 1 – 1 of 1) sorted by relevance
3765 static const uchar ExifHeader[] = {0x45, 0x78, 0x69, 0x66, 0x00, 0x00}; in exif_process_APP1() local3766 if (length <= 8 || memcmp(CharBuf+2, ExifHeader, 6)) { in exif_process_APP1()
Completed in 23 milliseconds