diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2020-06-16 11:39:28 +0900 |
---|---|---|
committer | Paul Elder <paul.elder@ideasonboard.com> | 2020-06-17 15:06:30 +0900 |
commit | 967f77054cfe7828a4dba9fb4fad2d35b5c3882b (patch) | |
tree | f7f155d3561be6e74a00618be41d6de6a009775e /src | |
parent | 8960ef9715cfb38a3b205d7916662f31df5ddd35 (diff) |
libcamera: StreamConfiguration: Fix typo in documentation
Fix a typo in the documentation in the StreamConfiguration constructor.
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Umang Jain <email@uajain.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp index f34348f2..8e782347 100644 --- a/src/libcamera/stream.cpp +++ b/src/libcamera/stream.cpp @@ -276,7 +276,7 @@ SizeRange StreamFormats::range(const PixelFormat &pixelformat) const /** * \todo This method is deprecated and should be removed once all pipeline - * handlers provied StreamFormats. + * handlers provide StreamFormats. */ StreamConfiguration::StreamConfiguration() : pixelFormat(0), stream_(nullptr) |