Sfoglia il codice sorgente

Removed debug output

master
Bert Münnich 12 anni fa
parent
commit
011dac90c8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      exif.c

+ 0
- 1
exif.c Vedi File

@@ -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;
}
}


Loading…
Annulla
Salva