summaryrefslogtreecommitdiff
path: root/libavcodec/wma.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2010-07-02 11:55:42 +0000
committerDiego Biurrun <diego@biurrun.de>2010-07-02 11:55:42 +0000
commit503f9c0bd6ad6929d1f89f0745fe6ab9f71e6e96 (patch)
treeb83e88e8db422b9dfdaadda9351392acc7b8e4e6 /libavcodec/wma.c
parent6da88bd389db744bff8f1844857d599d888b9cff (diff)
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wma.c')
-rw-r--r--libavcodec/wma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index 65780459aa..e2d153b835 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -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)