X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flfg.h;h=854ffce737872c144545889dfc6f590c5bfa6822;hb=3c3daf4d198306295e3342631f19422bdc258dbb;hp=0e89ea308df912a304a2d2e5bfc95f34755aeb3f;hpb=be315a3232d96a2704e276f1ebe870a4d249d090;p=ffmpeg diff --git a/libavutil/lfg.h b/libavutil/lfg.h index 0e89ea308df..854ffce7378 100644 --- a/libavutil/lfg.h +++ b/libavutil/lfg.h @@ -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]);