]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/lfg.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / lfg.h
index 0e89ea308df912a304a2d2e5bfc95f34755aeb3f..854ffce737872c144545889dfc6f590c5bfa6822 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[2] 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]);