diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-03-27 17:24:31 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-03-27 17:57:26 +0200 |
| commit | 9673348fffea7490a85b4a15882e3ec41b62dc29 (patch) | |
| tree | 8b9ecd14ea67000f88aaaa8341a60b7525d43758 /kms++util/src/conv.h | |
| parent | df4a5c1d3d01c04c7bc92747d5b85abe3ecf1db7 (diff) | |
conv: Add Y8/10/12/16 and Y10_P32 support
Only Y8 and Y10_P32 can be used and have been tested for now.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kms++util/src/conv.h')
| -rw-r--r-- | kms++util/src/conv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++util/src/conv.h b/kms++util/src/conv.h index 4b2baa5..0120fed 100644 --- a/kms++util/src/conv.h +++ b/kms++util/src/conv.h @@ -5,3 +5,4 @@ #include "conv-yuv-packed.h" #include "conv-yuv-semiplanar.h" #include "conv-yuv-planar.h" +#include "conv-gray.h" |
