aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-25 04:46:45 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-25 04:46:45 +0200
commitbee99a69e39a0061790ffddbb84c991988681db5 (patch)
treeef2a669c0db24ce80c71fc4c5f2489396fde410a /include
parent44f84748f83d57a9b2c1dcefb47b676051435498 (diff)
Dont use jpeg color range (fixes too dark image on amd/intel in flatpak)
Diffstat (limited to 'include')
-rw-r--r--include/color_conversion.h2
1 files changed, 1 insertions, 1 deletions
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 {