Преглед на файлове

Removed debug output

master
Bert Münnich преди 12 години
родител
ревизия
011dac90c8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. +0
    -1
      exif.c

+ 0
- 1
exif.c Целия файл

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


Loading…
Отказ
Запис