Mercurial > libavutil.hg
changeset 984:d7cafb07ae9f libavutil
Restore array sizes in doxygen parameter names.
author | diego |
---|---|
date | Thu, 08 Jul 2010 13:35:46 +0000 |
parents | eda110cd55c0 |
children | e6d6b3506d76 |
files | lfg.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lfg.h Wed Jul 07 23:47:48 2010 +0000 +++ b/lfg.h Thu Jul 08 13:35:46 2010 +0000 @@ -55,7 +55,7 @@ * 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]);