summaryrefslogtreecommitdiffstats
path: root/exif.h
diff options
context:
space:
mode:
authorJacek Naglak <jnaglak@tlen.pl>2013-09-24 22:14:47 +0200
committerJacek Naglak <jnaglak@tlen.pl>2013-09-24 22:14:47 +0200
commit5dea695c719dc2ee61e7677d553f16c1c4c3ac52 (patch)
tree7331c4db114ff1e3d1de05a48c3e18a8d24d7e63 /exif.h
parent745eacbcf5404cd0b597ac4d986e819c3e03e786 (diff)
downloadnsxiv-5dea695c719dc2ee61e7677d553f16c1c4c3ac52.tar.zst
Fixed image orientation if a JFIF APP0 segment is present in a JPEG header.
Diffstat (limited to 'exif.h')
-rw-r--r--exif.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/exif.h b/exif.h
index b37b2cc..257f094 100644
--- a/exif.h
+++ b/exif.h
@@ -23,6 +23,7 @@
enum {
JPEG_MARKER_SOI = 0xFFD8,
+ JPEG_MARKER_APP0 = 0xFFE0,
JPEG_MARKER_APP1 = 0xFFE1
};