aboutsummaryrefslogtreecommitdiff
path: root/include/GsrInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/GsrInfo.hpp')
-rw-r--r--include/GsrInfo.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GsrInfo.hpp b/include/GsrInfo.hpp
index d90d72f..fb12cd4 100644
--- a/include/GsrInfo.hpp
+++ b/include/GsrInfo.hpp
@@ -10,7 +10,11 @@ namespace gsr {
bool h264 = false;
bool h264_software = false;
bool hevc = false;
+ bool hevc_hdr = false;
+ bool hevc_10bit = false;
bool av1 = false;
+ bool av1_hdr = false;
+ bool av1_10bit = false;
bool vp8 = false;
bool vp9 = false;
};