summaryrefslogtreecommitdiff
path: root/kms++util/src/conv.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2025-02-02 11:26:23 +0200
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2025-03-26 15:44:00 +0200
commitf758e324e17b52116075bb9175a3dd03d223a424 (patch)
treeb18fba90e2b8498f8228f3eff9bc60adf3153cf2 /kms++util/src/conv.h
parent6c49fe5b811464f59e3a31b869734071da0ec7c1 (diff)
kms++util: New template based conversion & testpat code
New templated conversion and test pattern code. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kms++util/src/conv.h')
-rw-r--r--kms++util/src/conv.h7
1 files changed, 7 insertions, 0 deletions
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"