From bee99a69e39a0061790ffddbb84c991988681db5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 25 Jul 2023 04:46:45 +0200 Subject: Dont use jpeg color range (fixes too dark image on amd/intel in flatpak) --- include/color_conversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/color_conversion.h b/include/color_conversion.h index e60f4d0..def710d 100644 --- a/include/color_conversion.h +++ b/include/color_conversion.h @@ -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 { -- cgit v1.2.3