avutil/lfg: Add doxy for missing argument
This commit is contained in:
parent
a679b87570
commit
6a1ad7a752
@ -73,6 +73,7 @@ static inline unsigned int av_mlfg_get(AVLFG *c){
|
|||||||
* Get the next two numbers generated by a Box-Muller Gaussian
|
* Get the next two numbers generated by a Box-Muller Gaussian
|
||||||
* generator using the random numbers issued by lfg.
|
* 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
|
* @param out array where the two generated numbers are placed
|
||||||
*/
|
*/
|
||||||
void av_bmg_get(AVLFG *lfg, double out[2]);
|
void av_bmg_get(AVLFG *lfg, double out[2]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user