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 --- libavcodec/cook.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/cook.c') diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 3cdc3bd90b..a3268e2a54 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -365,8 +365,8 @@ static av_cold int cook_decode_close(AVCodecContext *avctx) /** * Fill the gain array for the timedomain quantization. * - * @param gb pointer to the GetBitContext - * @param gaininfo array of gain indexes + * @param gb pointer to the GetBitContext + * @param gaininfo[9] array of gain indexes */ static void decode_gain_info(GetBitContext *gb, int *gaininfo) -- cgit v1.2.3