aboutsummaryrefslogtreecommitdiff
path: root/src/piex_types.h
diff options
context:
space:
mode:
authorNick Chusid <nchusid@google.com>2021-06-03 15:33:24 -0400
committerNick Chusid <nchusid@google.com>2021-06-03 15:35:09 -0400
commit5c5b671ef7203a092e4b4491014028d73cce0ff9 (patch)
treea01ef945ef570b8e5691cc0a12e28de37d42ada2 /src/piex_types.h
parent3ba9f2e7394913b016c120d336dcbc12d5cf5587 (diff)
downloadpiex-5c5b671ef7203a092e4b4491014028d73cce0ff9.tar.gz
Add support for CR3s with embedded heif thumbnails
Change-Id: I2cb6b1e46ed91961744cc5b795cc7144c6cacb54
Diffstat (limited to 'src/piex_types.h')
-rw-r--r--src/piex_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/piex_types.h b/src/piex_types.h
index 4fdb7c2..2062136 100644
--- a/src/piex_types.h
+++ b/src/piex_types.h
@@ -37,6 +37,7 @@ struct Image {
enum Format {
kJpegCompressed,
kUncompressedRgb,
+ kHevcCompressed,
};
std::uint16_t width = 0;