avutil/lfg: Add doxy for missing argument

pull/388/head
Marvin Scholz 2 years ago committed by Anton Khirnov
parent a679b87570
commit 6a1ad7a752
  1. 1
      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]);

Loading…
Cancel
Save