From e51f04968e6841c9defe11e70b2e6be27f601c78 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 8 Jul 2010 13:35:46 +0000 Subject: Restore array sizes in doxygen parameter names. Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/lfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/lfg.h') diff --git a/libavutil/lfg.h b/libavutil/lfg.h index 854ffce737..0e89ea308d 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 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]); -- cgit v1.2.3