summaryrefslogtreecommitdiff
path: root/src/ipa/ipu3/algorithms/agc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/ipu3/algorithms/agc.h')
-rw-r--r--src/ipa/ipu3/algorithms/agc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipa/ipu3/algorithms/agc.h b/src/ipa/ipu3/algorithms/agc.h
index 16b9fa0a..cd26d08c 100644
--- a/src/ipa/ipu3/algorithms/agc.h
+++ b/src/ipa/ipu3/algorithms/agc.h
@@ -42,7 +42,8 @@ private:
double iqMean_;
utils::Duration lineDuration_;
- utils::Duration maxExposureTime_;
+ uint32_t minExposureLines_;
+ uint32_t maxExposureLines_;
utils::Duration filteredExposure_;
utils::Duration filteredExposureNoDg_;