From f758e324e17b52116075bb9175a3dd03d223a424 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 2 Feb 2025 11:26:23 +0200 Subject: kms++util: New template based conversion & testpat code New templated conversion and test pattern code. Signed-off-by: Tomi Valkeinen --- kms++util/src/conv.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kms++util/src/conv.h (limited to 'kms++util/src/conv.h') diff --git a/kms++util/src/conv.h b/kms++util/src/conv.h new file mode 100644 index 0000000..4b2baa5 --- /dev/null +++ b/kms++util/src/conv.h @@ -0,0 +1,7 @@ +#pragma once + +#include "conv-rgb.h" +#include "conv-yuv.h" +#include "conv-yuv-packed.h" +#include "conv-yuv-semiplanar.h" +#include "conv-yuv-planar.h" -- cgit v1.2.3