Parcourir la source

Removed debug output

master
Bert Münnich il y a 12 ans
Parent
révision
011dac90c8
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      exif.c

+ 0
- 1
exif.c Voir le fichier

@@ -117,7 +117,6 @@ int exif_orientation(const fileinfo_t *file) {
for (idx += 2; cnt > 0 && idx < len - 12; cnt--, idx += 12) {
if (btous(data + idx, order) == EXIF_TAG_ORIENTATION) {
val = btous(data + idx + 8, order);
printf("exif orientation: %s: %u\n", file->name, val);
break;
}
}


Chargement…
Annuler
Enregistrer