aboutsummaryrefslogtreecommitdiff
path: root/src/piex_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/piex_types.h')
-rw-r--r--src/piex_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/piex_types.h b/src/piex_types.h
index ad96b76..a180d87 100644
--- a/src/piex_types.h
+++ b/src/piex_types.h
@@ -60,8 +60,8 @@ struct PreviewImageData {
// correctly. A thumbnail is typically 160x120 pixel small and usually
// has black borders at the top and bottom. If length is 0 the image could not
// be extracted.
- std::uint32_t jpeg_offset = 0;
- std::uint32_t jpeg_length = 0;
+ std::uint32_t preview_offset = 0;
+ std::uint32_t preview_length = 0;
std::uint32_t thumbnail_offset = 0;
std::uint32_t thumbnail_length = 0;
std::uint32_t exif_orientation = 1; // horizontal as default