diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-07 22:18:39 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2026-05-08 11:57:30 +0300 |
| commit | 9cb56229bcd96448ae133c5b42622e1c1e740197 (patch) | |
| tree | 881f2b2070c7b046ca3e79b7b22589d4826eea79 /kms++util/src/conv-gray.h | |
| parent | c5dc30f1d6ce98bdc28381cc75650eab0e98ce96 (diff) | |
kms++: Update pixel formats to latest upstream
Diffstat (limited to 'kms++util/src/conv-gray.h')
| -rw-r--r-- | kms++util/src/conv-gray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kms++util/src/conv-gray.h b/kms++util/src/conv-gray.h index fed8c5c..7fead46 100644 --- a/kms++util/src/conv-gray.h +++ b/kms++util/src/conv-gray.h @@ -28,7 +28,7 @@ using Y12_Layout = FormatLayout<PlaneLayout<uint16_t, using Y16_Layout = FormatLayout<PlaneLayout<uint16_t, ComponentLayout<ComponentType::Y, 16, 0>>>; -using Y10_P32_Layout = FormatLayout<PlaneLayout<uint32_t, +using XYYY2101010_Layout = FormatLayout<PlaneLayout<uint32_t, ComponentLayout<ComponentType::Y, 10, 0>, // Y0 ComponentLayout<ComponentType::Y, 10, 10>, // Y1 ComponentLayout<ComponentType::Y, 10, 20>, // Y2 |
