From e76bb1f54ce0c097717b16cb7dab7a7ef496de2f Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 12 Jun 2024 00:18:57 +0300 Subject: libcamera: controls: Add missing period at end of Gamma description The last sentence of the Gamma control description misses the final period. Add it. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug Reviewed-by: Kieran Bingham --- src/libcamera/control_ids_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index be191356..9d413a94 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -870,6 +870,6 @@ controls: description: | Specify a fixed gamma value. Default must be 2.2 which closely mimics sRGB gamma. Note that this is camera gamma, so it is applied as - 1.0/gamma + 1.0/gamma. ... -- cgit v1.2.1