about summary refs log tree commit diff
path: root/converter/other/exif.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/exif.h')
-rw-r--r--converter/other/exif.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/other/exif.h b/converter/other/exif.h
index d06a1185..c2e6722d 100644
--- a/converter/other/exif.h
+++ b/converter/other/exif.h
@@ -40,6 +40,8 @@ typedef struct {
     int   isoEquivalent;
     int   compressionLevel;
     char  comments[MAX_COMMENT];
+    unsigned int thumbnailOffset;
+    unsigned int thumbnailLength;
 
     const unsigned char * thumbnail;  /* Pointer at the thumbnail */
     unsigned thumbnailSize;     /* Size of thumbnail. */