[FFmpeg-cvslog] avutil/detection_bbox: Add doxy for missing argument

Marvin Scholz git at videolan.org
Mon Oct 17 11:01:27 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 23:49:16 2022 +0200| [27dbc9e724cdce5891854b5acaa52755bc46a677] | committer: Anton Khirnov

avutil/detection_bbox: Add doxy for missing argument

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27dbc9e724cdce5891854b5acaa52755bc46a677
---

 libavutil/detection_bbox.h | 1 +
 1 file changed, 1 insertion(+)

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.
  */



More information about the ffmpeg-cvslog mailing list