aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-05-03 10:26:16 +0200
committerdec05eba <dec05eba@protonmail.com>2026-05-03 10:26:16 +0200
commitd0f59dbd8bf1cb6d8c3121ed2ff5bd83193e6bdb (patch)
tree08f27f374b8ee8a6748a03aa55c80a949763b92c /include
parentbe5e51b03f84498070191cdf7e7fe9d11bd5c163 (diff)
RGB8 -> RGB
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 9157712..f1f1b29 100644
--- a/include/color_conversion.h
+++ b/include/color_conversion.h
@@ -18,7 +18,7 @@ typedef enum {
typedef enum {
GSR_DESTINATION_COLOR_NV12, /* YUV420, BT709, 8-bit */
GSR_DESTINATION_COLOR_P010, /* YUV420, BT2020, 10-bit */
- GSR_DESTINATION_COLOR_RGB8
+ GSR_DESTINATION_COLOR_RGB
} gsr_destination_color;
typedef enum {