summaryrefslogtreecommitdiff
path: root/kms++/src
diff options
context:
space:
mode:
Diffstat (limited to 'kms++/src')
-rw-r--r--kms++/src/pixelformats.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/kms++/src/pixelformats.cpp b/kms++/src/pixelformats.cpp
index 1f10f3a..5f13ef4 100644
--- a/kms++/src/pixelformats.cpp
+++ b/kms++/src/pixelformats.cpp
@@ -28,6 +28,22 @@ static const map<PixelFormat, PixelFormatInfo> format_info_array = {
1,
{ { 16, 2, 1 } },
} },
+ { PixelFormat::Y210, {
+ PixelColorType::YUV,
+ 1,
+ { { 32, 2, 1 } },
+ } },
+ { PixelFormat::Y212, {
+ PixelColorType::YUV,
+ 1,
+ { { 32, 2, 1 } },
+ } },
+ { PixelFormat::Y216, {
+ PixelColorType::YUV,
+ 1,
+ { { 32, 2, 1 } },
+ } },
+
/* YUV semi-planar */
{ PixelFormat::NV12, {
PixelColorType::YUV,