RGB8 -> RGB

This commit is contained in:
dec05eba
2026-05-03 10:26:16 +02:00
parent be5e51b03f
commit d0f59dbd8b
5 changed files with 11 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ typedef enum {
typedef enum {
GSR_DESTINATION_COLOR_NV12, /* YUV420, BT709, 8-bit */
GSR_DESTINATION_COLOR_P010, /* YUV420, BT2020, 10-bit */
GSR_DESTINATION_COLOR_RGB8
GSR_DESTINATION_COLOR_RGB
} gsr_destination_color;
typedef enum {