diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:42:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 12:42:32 +0000 |
commit | 094b18b6833904c294a9b50ae43644861a647570 (patch) | |
tree | 7139f59e39798ef992c8080e4bf9d8249ca58cd5 /libavcodec | |
parent | b34aaed2cf31b188fe1778f9fdac14ce53369eca (diff) | |
download | ffmpeg-094b18b6833904c294a9b50ae43644861a647570.tar.gz |
Fix doxy of gb parameter in decode_gain_info().
Originally committed as revision 23989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/cook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 9a290c3d40..6376ead4bf 100644 --- a/libavcodec/cook.c +++ b/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 */ |