summaryrefslogtreecommitdiff
path: root/libavutil/lfg.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-08 13:35:46 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-08 13:35:46 +0000
commite51f04968e6841c9defe11e70b2e6be27f601c78 (patch)
treef035e37c6a63b6a5fc776211947c610e8898b8d9 /libavutil/lfg.h
parent0aee2a57c86d7afc04b6e9638cb65b6bef9e8c47 (diff)
Restore array sizes in doxygen parameter names.
Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/lfg.h')
-rw-r--r--libavutil/lfg.h2
1 files changed, 1 insertions, 1 deletions
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]);