aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-12-04 16:20:14 +0100
committerdec05eba <dec05eba@protonmail.com>2023-12-04 16:20:14 +0100
commit15f5c9a1433bccf8a85a12713079c0aad0650dfa (patch)
tree4ff36c95e66951c55031e69e37de632a4e03ecf1 /include
parentc71b04dad549ceaa9e06d524bc2ca11034dd1dbf (diff)
Support bmp and avif
Diffstat (limited to 'include')
-rw-r--r--include/FileAnalyzer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/FileAnalyzer.hpp b/include/FileAnalyzer.hpp
index ed17140..52cc328 100644
--- a/include/FileAnalyzer.hpp
+++ b/include/FileAnalyzer.hpp
@@ -32,6 +32,7 @@ namespace QuickMedia {
IMAGE_PNG,
IMAGE_GIF,
IMAGE_BMP,
+ IMAGE_AVIF,
IMAGE_WEBP
};