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++/inc | |
| parent | c5dc30f1d6ce98bdc28381cc75650eab0e98ce96 (diff) | |
kms++: Update pixel formats to latest upstream
Diffstat (limited to 'kms++/inc')
| -rw-r--r-- | kms++/inc/kms++/pixelformats.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kms++/inc/kms++/pixelformats.h b/kms++/inc/kms++/pixelformats.h index 2d97b32..17b05c0 100644 --- a/kms++/inc/kms++/pixelformats.h +++ b/kms++/inc/kms++/pixelformats.h @@ -74,8 +74,8 @@ enum class PixelFormat { NV21, NV16, NV61, - XV15, - XV20, + P030, + P230, XVUY2101010, YUV420, YVU420, @@ -83,13 +83,13 @@ enum class PixelFormat { YVU422, YUV444, YVU444, - X403, + T430, Y8, Y10, Y10P, Y12, Y12P, - Y10_P32, + XYYY2101010, SBGGR8, SGBRG8, SGRBG8, |
