Fix doxy of gb parameter in decode_gain_info().

Originally committed as revision 23989 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2010-07-02 12:42:32 +00:00
parent b34aaed2cf
commit 094b18b683

View File

@ -364,7 +364,7 @@ static av_cold int cook_decode_close(AVCodecContext *avctx)
/** /**
* Fill the gain array for the timedomain quantization. * 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 * @param gaininfo array of gain indexes
*/ */