Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c3817 int marker = 0, last_marker = M_PSEUDO, comment_correction=1; in exif_scan_JPEG_header() local
3832 if (last_marker==M_COM && comment_correction) { in exif_scan_JPEG_header()
3833 comment_correction = 2; in exif_scan_JPEG_header()
3840 if (last_marker==M_COM && comment_correction>0) { in exif_scan_JPEG_header()
3843 comment_correction--; in exif_scan_JPEG_header()
3849 if (last_marker==M_COM && !comment_correction) { in exif_scan_JPEG_header()
3852 if (last_marker==M_COM && comment_correction) in exif_scan_JPEG_header()

Completed in 24 milliseconds