]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/lfg.h
Generate list of lavfi tests in configure
[ffmpeg] / libavutil / lfg.h
index 854ffce737872c144545889dfc6f590c5bfa6822..0e89ea308df912a304a2d2e5bfc95f34755aeb3f 100644 (file)
@@ -55,7 +55,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 out array where the two generated numbers are placed
+ * @param out[2] array where the two generated numbers are placed
  */
 void av_bmg_get(AVLFG *lfg, double out[2]);