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>
This commit is contained in:
parent
8960ef9715
commit
967f77054c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue