From ce748d0b1e9f78b29cc2029f9446cd242af5fa3c Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 8 Sep 2025 16:23:21 +0300 Subject: kms++util/testpat: Add RAW Bayer testpat generation Signed-off-by: Tomi Valkeinen --- kms++util/src/conv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kms++util/src/conv.h') diff --git a/kms++util/src/conv.h b/kms++util/src/conv.h index 720480a..82608dd 100644 --- a/kms++util/src/conv.h +++ b/kms++util/src/conv.h @@ -7,3 +7,5 @@ #include "conv-yuv-planar.h" #include "conv-yuv-planar-packed.h" #include "conv-gray.h" +#include "conv-raw.h" +#include "conv-raw-packed.h" -- cgit v1.2.3