summaryrefslogtreecommitdiffstats
path: root/exif.h
diff options
context:
space:
mode:
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
};