mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 23:20:25 +09:00
RGB8 -> RGB
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user