summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/denoise_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/denoise_status.h')
-rw-r--r--src/ipa/raspberrypi/controller/denoise_status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/raspberrypi/controller/denoise_status.h b/src/ipa/raspberrypi/controller/denoise_status.h
index 4412d615..67a3c361 100644
--- a/src/ipa/raspberrypi/controller/denoise_status.h
+++ b/src/ipa/raspberrypi/controller/denoise_status.h
@@ -16,6 +16,7 @@ struct DenoiseStatus {
double noise_constant;
double noise_slope;
double strength;
+ unsigned int mode;
};
#ifdef __cplusplus