aboutsummaryrefslogtreecommitdiff
path: root/src/piex_types.h
diff options
context:
space:
mode:
authorNick Chusid <nchusid@google.com>2021-06-08 21:18:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-08 21:18:14 +0000
commit81b491ff16e36597b7ffbba3117ab9d31bdac533 (patch)
treea01ef945ef570b8e5691cc0a12e28de37d42ada2 /src/piex_types.h
parent3ba9f2e7394913b016c120d336dcbc12d5cf5587 (diff)
parent5c5b671ef7203a092e4b4491014028d73cce0ff9 (diff)
downloadpiex-81b491ff16e36597b7ffbba3117ab9d31bdac533.tar.gz
Add support for CR3s with embedded heif thumbnails am: 5c5b671ef7
Original change: https://android-review.googlesource.com/c/platform/external/piex/+/1726814 Change-Id: I210b5948329bfa0c263cab308602a579aa964600
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;