summaryrefslogtreecommitdiff
path: root/src/ipa/simple/ipa_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/ipa_context.h')
-rw-r--r--src/ipa/simple/ipa_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ipa/simple/ipa_context.h b/src/ipa/simple/ipa_context.h
index 3519f20f..fd121eeb 100644
--- a/src/ipa/simple/ipa_context.h
+++ b/src/ipa/simple/ipa_context.h
@@ -8,6 +8,7 @@
#pragma once
#include <array>
+#include <optional>
#include <stdint.h>
#include <libipa/fc_queue.h>
@@ -22,6 +23,9 @@ struct IPASessionConfiguration {
int32_t exposureMin, exposureMax;
double againMin, againMax, againMinStep;
} agc;
+ struct {
+ std::optional<uint8_t> level;
+ } black;
};
struct IPAActiveState {