diff wma.c @ 12065:1b6557975db1 libavcodec

Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
author diego
date Fri, 02 Jul 2010 11:55:42 +0000
parents c29ee479e359
children
line wrap: on
line diff
--- a/wma.c	Fri Jul 02 11:54:34 2010 +0000
+++ b/wma.c	Fri Jul 02 11:55:42 2010 +0000
@@ -429,7 +429,7 @@
 
 /**
  * Decode an uncompressed coefficient.
- * @param s codec context
+ * @param gb GetBitContext
  * @return the decoded coefficient
  */
 unsigned int ff_wma_get_large_val(GetBitContext* gb)