OSDN Git Service

Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
authorDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 11:55:42 +0000 (11:55 +0000)
committerDiego Biurrun <diego@biurrun.de>
Fri, 2 Jul 2010 11:55:42 +0000 (11:55 +0000)
Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wma.c

index 6578045..e2d153b 100644 (file)
@@ -429,7 +429,7 @@ int ff_wma_end(AVCodecContext *avctx)
 
 /**
  * Decode an uncompressed coefficient.
- * @param s codec context
+ * @param gb GetBitContext
  * @return the decoded coefficient
  */
 unsigned int ff_wma_get_large_val(GetBitContext* gb)