diff options
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 { |