[v3,02/23] libtuning: Fix reference image
diff mbox series

Message ID 20240703141726.252368-3-stefan.klug@ideasonboard.com
State Superseded
Headers show
Series
  • Add ccm calibration to libtuning
Related show

Commit Message

Stefan Klug July 3, 2024, 2:16 p.m. UTC
Opencv fails to load the image. The added license destroys the magic
number. Fix, by moving the licence below the magic number.

Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Paul ELder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 utils/tuning/libtuning/macbeth_ref.pgm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart July 4, 2024, 9:17 a.m. UTC | #1
On Wed, Jul 03, 2024 at 04:16:51PM +0200, Stefan Klug wrote:
> Opencv fails to load the image. The added license destroys the magic
> number. Fix, by moving the licence below the magic number.
> 
> Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
> Reviewed-by: Paul ELder <paul.elder@ideasonboard.com>
> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  utils/tuning/libtuning/macbeth_ref.pgm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/utils/tuning/libtuning/macbeth_ref.pgm b/utils/tuning/libtuning/macbeth_ref.pgm
> index 37897140ce84..089ea91f7f12 100644
> --- a/utils/tuning/libtuning/macbeth_ref.pgm
> +++ b/utils/tuning/libtuning/macbeth_ref.pgm
> @@ -1,5 +1,5 @@
> -# SPDX-License-Identifier: BSD-2-Clause
>  P5
> +# SPDX-License-Identifier: BSD-2-Clause
>  # Reference macbeth chart
>  120 80
>  255

Patch
diff mbox series

diff --git a/utils/tuning/libtuning/macbeth_ref.pgm b/utils/tuning/libtuning/macbeth_ref.pgm
index 37897140ce84..089ea91f7f12 100644
--- a/utils/tuning/libtuning/macbeth_ref.pgm
+++ b/utils/tuning/libtuning/macbeth_ref.pgm
@@ -1,5 +1,5 @@ 
-# SPDX-License-Identifier: BSD-2-Clause
 P5
+# SPDX-License-Identifier: BSD-2-Clause
 # Reference macbeth chart
 120 80
 255