[SCM] libav/experimental: Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:03 UTC 2013


The following commit has been merged in the experimental branch:
commit 503f9c0bd6ad6929d1f89f0745fe6ab9f71e6e96
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jul 2 11:55:42 2010 +0000

    Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
    
    Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index 6578045..e2d153b 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)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list