Dont use jpeg color range (fixes too dark image on amd/intel in flatpak)

This commit is contained in:
dec05eba
2023-07-25 04:46:45 +02:00
parent 44f84748f8
commit bee99a69e3
4 changed files with 26 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ typedef enum {
typedef enum {
GSR_DESTINATION_COLOR_RGB,
GSR_DESTINATION_COLOR_NV12
GSR_DESTINATION_COLOR_NV12 /* YUV420, BT709, limited */
} gsr_destination_color;
typedef struct {