[FFmpeg-cvslog] r23984 - trunk/libavcodec/wma.c

diego subversion
Fri Jul 2 13:55:43 CEST 2010


Author: diego
Date: Fri Jul  2 13:55:42 2010
New Revision: 23984

Log:
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().

Modified:
   trunk/libavcodec/wma.c

Modified: trunk/libavcodec/wma.c
==============================================================================
--- trunk/libavcodec/wma.c	Fri Jul  2 13:54:34 2010	(r23983)
+++ trunk/libavcodec/wma.c	Fri Jul  2 13:55:42 2010	(r23984)
@@ -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)



More information about the ffmpeg-cvslog mailing list