libcamera: Omit extra semicolons
The end semicolons with LOG_DEFINE_CATEGORY, LOG_DECLARE_CATEGORY and REGISTER_PIPELINE_HANDLER are unnecessary. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
4ba2a33809
commit
e04bd18589
13 changed files with 15 additions and 15 deletions
|
@ -258,7 +258,7 @@ methods for the overridden class members.
|
|||
return false;
|
||||
}
|
||||
|
||||
REGISTER_PIPELINE_HANDLER(PipelineHandlerVivid);
|
||||
REGISTER_PIPELINE_HANDLER(PipelineHandlerVivid)
|
||||
|
||||
} /* namespace libcamera */
|
||||
|
||||
|
@ -1470,4 +1470,4 @@ application which will render the frames in a window for visual inspection:
|
|||
|
||||
.. TODO: Running qcam with the vivid pipeline handler appears to have a bug and
|
||||
no visual frames are seen. However disabling zero-copy on qcam renders
|
||||
them successfully.
|
||||
them successfully.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue