aboutsummaryrefslogtreecommitdiff
path: root/include/color_conversion.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-07-17 22:27:14 +0200
committerdec05eba <dec05eba@protonmail.com>2023-07-18 02:14:27 +0200
commit0a2806972f51109024a114a1c8ad5396e9d535c7 (patch)
tree6db01b3f6606a51ca9ef7c1299c5f0b9c452d090 /include/color_conversion.h
parent93225fbc3bfe577adcfe91cce6ab87dfea6b0ff3 (diff)
Experimental wayland support, test 1
Diffstat (limited to 'include/color_conversion.h')
-rw-r--r--include/color_conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/color_conversion.h b/include/color_conversion.h
index 1fe488b..e60f4d0 100644
--- a/include/color_conversion.h
+++ b/include/color_conversion.h
@@ -9,6 +9,7 @@ typedef enum {
} gsr_source_color;
typedef enum {
+ GSR_DESTINATION_COLOR_RGB,
GSR_DESTINATION_COLOR_NV12
} gsr_destination_color;