Browse Source

Fix doxy of gb parameter in decode_gain_info().

Originally committed as revision 23989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 14 years ago
parent
commit
094b18b683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavcodec/cook.c

+ 1 - 1
libavcodec/cook.c

@@ -364,7 +364,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 gb        pointer to the GetBitContext
  * @param gaininfo  array of gain indexes
  */