From 503f9c0bd6ad6929d1f89f0745fe6ab9f71e6e96 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 2 Jul 2010 11:55:42 +0000 Subject: Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wma.c') 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) -- cgit v1.2.3