aboutsummaryrefslogtreecommitdiff
path: root/include/color_conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/color_conversion.h')
-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 def710d..738cba5 100644
--- a/include/color_conversion.h
+++ b/include/color_conversion.h
@@ -9,7 +9,7 @@ typedef enum {
} gsr_source_color;
typedef enum {
- GSR_DESTINATION_COLOR_RGB,
+ GSR_DESTINATION_COLOR_BGR,
GSR_DESTINATION_COLOR_NV12 /* YUV420, BT709, limited */
} gsr_destination_color;