diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/color_space.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/color_space.h b/include/libcamera/color_space.h index 0d39fbc0..8030a264 100644 --- a/include/libcamera/color_space.h +++ b/include/libcamera/color_space.h @@ -46,8 +46,8 @@ public: } static const ColorSpace Raw; - static const ColorSpace Jpeg; static const ColorSpace Srgb; + static const ColorSpace Sycc; static const ColorSpace Smpte170m; static const ColorSpace Rec709; static const ColorSpace Rec2020; |