Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-08 17:35:46 +0400
committerDiego Biurrun <diego@biurrun.de>2010-07-08 17:35:46 +0400
commite51f04968e6841c9defe11e70b2e6be27f601c78 (patch)
treef035e37c6a63b6a5fc776211947c610e8898b8d9 /libavcodec/cook.c
parent0aee2a57c86d7afc04b6e9638cb65b6bef9e8c47 (diff)
Restore array sizes in doxygen parameter names.
Originally committed as revision 24108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r--libavcodec/cook.c4
1 files changed, 2 insertions, 2 deletions
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)