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.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;