[FFmpeg-cvslog] lavu/detection_bboxes: add missing space
Lynne
git at videolan.org
Sat Apr 17 14:15:04 EEST 2021
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sat Apr 17 13:11:39 2021 +0200| [6c65e499909016ff45c207c149f287ee5b3cf808] | committer: Lynne
lavu/detection_bboxes: add missing space
Could at least maintainers with push access follow the code styles
we have?
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c65e499909016ff45c207c149f287ee5b3cf808
---
libavutil/detection_bbox.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/detection_bbox.h b/libavutil/detection_bbox.h
index 4ad05d3b95..472f033647 100644
--- a/libavutil/detection_bbox.h
+++ b/libavutil/detection_bbox.h
@@ -80,7 +80,7 @@ typedef struct AVDetectionBBoxHeader {
/*
* Get the bounding box at the specified {@code idx}. Must be between 0 and nb_bboxes.
*/
-static av_always_inline AVDetectionBBox*
+static av_always_inline AVDetectionBBox *
av_get_detection_bbox(const AVDetectionBBoxHeader *header, unsigned int idx)
{
av_assert0(idx < header->nb_bboxes);
More information about the ffmpeg-cvslog
mailing list