Message ID | 20240611212101.14313-7-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Commit | e76bb1f54ce0c097717b16cb7dab7a7ef496de2f |
Headers | show |
Series |
|
Related | show |
Hi Laurent, thank you for the patch. Nothing to add :-) On Wed, Jun 12, 2024 at 12:21:01AM +0300, Laurent Pinchart wrote: > The last sentence of the Gamma control description misses the final > period. Add it. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> Cheers, Stefan > --- > src/libcamera/control_ids_core.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml > index be19135616cf..9d413a94e0ee 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. > > ... > -- > Regards, > > Laurent Pinchart >
diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index be19135616cf..9d413a94e0ee 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. ...
The last sentence of the Gamma control description misses the final period. Add it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/libcamera/control_ids_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)