summaryrefslogtreecommitdiff
path: root/libavutil/detection_bbox.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2021-04-17 13:11:39 +0200
committerLynne <dev@lynne.ee>2021-04-17 13:14:47 +0200
commit6c65e499909016ff45c207c149f287ee5b3cf808 (patch)
treeebd6cd61c51eccd9d3deeda90bf9d7d59edfc90d /libavutil/detection_bbox.h
parentaa9ffdaa1eaeb5e16fb6b89852f38ff488d81173 (diff)
downloadffmpeg-6c65e499909016ff45c207c149f287ee5b3cf808.tar.gz
lavu/detection_bboxes: add missing space
Could at least maintainers with push access follow the code styles we have?
Diffstat (limited to 'libavutil/detection_bbox.h')
-rw-r--r--libavutil/detection_bbox.h2
1 files changed, 1 insertions, 1 deletions
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);