diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-07-25 04:46:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-07-25 04:46:45 +0200 |
commit | bee99a69e39a0061790ffddbb84c991988681db5 (patch) | |
tree | ef2a669c0db24ce80c71fc4c5f2489396fde410a /include | |
parent | 44f84748f83d57a9b2c1dcefb47b676051435498 (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.h | 2 |
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 { |