aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
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 {