diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-05-03 10:26:16 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-05-03 10:26:16 +0200 |
| commit | d0f59dbd8bf1cb6d8c3121ed2ff5bd83193e6bdb (patch) | |
| tree | 08f27f374b8ee8a6748a03aa55c80a949763b92c /include | |
| parent | be5e51b03f84498070191cdf7e7fe9d11bd5c163 (diff) | |
RGB8 -> RGB
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 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 { |
