mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
libcamera: software_isp: lut: Remove maybe_unused on a used argument
`params' argument of Lut::prepare is actually used, let's remove maybe_unused from it. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
7d4b4a1a79
commit
148ac13043
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void Lut::updateGammaTable(IPAContext &context)
|
|||
void Lut::prepare(IPAContext &context,
|
||||
[[maybe_unused]] const uint32_t frame,
|
||||
[[maybe_unused]] IPAFrameContext &frameContext,
|
||||
[[maybe_unused]] DebayerParams *params)
|
||||
DebayerParams *params)
|
||||
{
|
||||
/*
|
||||
* Update the gamma table if needed. This means if black level changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue