From daf6c68d33f0bd369dd7d6565a03b07310b5c221 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:53:00 +0000 Subject: [PATCH] Avoid one more instance of angular brackets in Doxygen comments. Originally committed as revision 23982 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 419e1c4c23..9a290c3d40 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -365,7 +365,7 @@ static av_cold int cook_decode_close(AVCodecContext *avctx) * Fill the gain array for the timedomain quantization. * * @param q pointer to the COOKContext - * @param gaininfo[9] array of gain indexes + * @param gaininfo array of gain indexes */ static void decode_gain_info(GetBitContext *gb, int *gaininfo)