summaryrefslogtreecommitdiff
path: root/src/ipa/rpi/controller/tonemap_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/rpi/controller/tonemap_status.h')
-rw-r--r--src/ipa/rpi/controller/tonemap_status.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipa/rpi/controller/tonemap_status.h b/src/ipa/rpi/controller/tonemap_status.h
index 0e639946..0364ff66 100644
--- a/src/ipa/rpi/controller/tonemap_status.h
+++ b/src/ipa/rpi/controller/tonemap_status.h
@@ -2,16 +2,16 @@
/*
* Copyright (C) 2022 Raspberry Pi Ltd
*
- * hdr.h - Tonemap control algorithm status
+ * Tonemap control algorithm status
*/
#pragma once
-#include "pwl.h"
+#include <libipa/pwl.h>
struct TonemapStatus {
uint16_t detailConstant;
double detailSlope;
double iirStrength;
double strength;
- RPiController::Pwl tonemap;
+ libcamera::ipa::Pwl tonemap;
};