diff options
-rw-r--r-- | src/libcamera/pipeline/rpi/common/pipeline_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/pipeline/rpi/common/pipeline_base.h b/src/libcamera/pipeline/rpi/common/pipeline_base.h index 81b2b7d2..3e7c487f 100644 --- a/src/libcamera/pipeline/rpi/common/pipeline_base.h +++ b/src/libcamera/pipeline/rpi/common/pipeline_base.h @@ -273,7 +273,7 @@ private: * Store the colour spaces that all our streams will have. RGB format streams * will have the same colorspace as YUV streams, with YCbCr field cleared and * range set to full. - */ + */ std::optional<ColorSpace> yuvColorSpace_; std::optional<ColorSpace> rgbColorSpace_; }; |