summaryrefslogtreecommitdiff
path: root/libavcodec/cook.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:53:00 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:53:00 +0000
commitdaf6c68d33f0bd369dd7d6565a03b07310b5c221 (patch)
tree2864ddbb63ebedeb75b23779229321f1bd4789ed /libavcodec/cook.c
parente669590a0abfd3fe868e7c9129e682533ffa852b (diff)
Avoid one more instance of angular brackets in Doxygen comments.
Originally committed as revision 23982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r--libavcodec/cook.c2
1 files changed, 1 insertions, 1 deletions
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)