diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/denoise_status.h')
-rw-r--r-- | src/ipa/raspberrypi/controller/denoise_status.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/denoise_status.h b/src/ipa/raspberrypi/controller/denoise_status.h index 67a3c361..fe304d09 100644 --- a/src/ipa/raspberrypi/controller/denoise_status.h +++ b/src/ipa/raspberrypi/controller/denoise_status.h @@ -13,8 +13,8 @@ extern "C" { #endif struct DenoiseStatus { - double noise_constant; - double noise_slope; + double noiseConstant; + double noiseSlope; double strength; unsigned int mode; }; |