From ae5ef452496e50fa18dc413837482980ea8fb943 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 8 Sep 2025 14:41:59 +0300 Subject: pixelformats: Add missing RAW 16 formats Signed-off-by: Tomi Valkeinen --- kms++/inc/kms++/pixelformats.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kms++/inc') diff --git a/kms++/inc/kms++/pixelformats.h b/kms++/inc/kms++/pixelformats.h index fac9c0f..2d97b32 100644 --- a/kms++/inc/kms++/pixelformats.h +++ b/kms++/inc/kms++/pixelformats.h @@ -110,6 +110,9 @@ enum class PixelFormat { SGBRG12P, SGRBG12P, SRGGB12P, + SBGGR16, + SGBRG16, + SGRBG16, SRGGB16, MJPEG, }; -- cgit v1.2.3