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

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


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Sep 25 00:13:53 2022 +0200| [6a1ad7a7524b5e80df214feddb65fb93f3e4ae6c] | committer: Anton Khirnov

avutil/lfg: Add doxy for missing argument

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

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

diff --git a/libavutil/lfg.h b/libavutil/lfg.h
index 9a1e277acd..16917827c6 100644
--- a/libavutil/lfg.h
+++ b/libavutil/lfg.h
@@ -73,6 +73,7 @@ static inline unsigned int av_mlfg_get(AVLFG *c){
  * Get the next two numbers generated by a Box-Muller Gaussian
  * generator using the random numbers issued by lfg.
  *
+ * @param lfg pointer to the contex structure
  * @param out array where the two generated numbers are placed
  */
 void av_bmg_get(AVLFG *lfg, double out[2]);



More information about the ffmpeg-cvslog mailing list