summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 23:49:16 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:56:47 +0200
commit27dbc9e724cdce5891854b5acaa52755bc46a677 (patch)
treefca3bd894ec369a455b029e49bf4356c8befa1d4 /libavutil
parent226dde687ffb3c2a6a6cb4522f2a1fd9a97ab7d0 (diff)
avutil/detection_bbox: Add doxy for missing argument
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/detection_bbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/detection_bbox.h b/libavutil/detection_bbox.h
index c20c204a54..011988052c 100644
--- a/libavutil/detection_bbox.h
+++ b/libavutil/detection_bbox.h
@@ -93,6 +93,7 @@ av_get_detection_bbox(const AVDetectionBBoxHeader *header, unsigned int idx)
* AVDetectionBBox, and initializes the variables.
* Can be freed with a normal av_free() call.
*
+ * @param nb_bboxes number of AVDetectionBBox structures to allocate
* @param out_size if non-NULL, the size in bytes of the resulting data array is
* written here.
*/