Commit 503f9c0b authored by Diego Biurrun's avatar Diego Biurrun

Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().

Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6da88bd3
...@@ -429,7 +429,7 @@ int ff_wma_end(AVCodecContext *avctx) ...@@ -429,7 +429,7 @@ int ff_wma_end(AVCodecContext *avctx)
/** /**
* Decode an uncompressed coefficient. * Decode an uncompressed coefficient.
* @param s codec context * @param gb GetBitContext
* @return the decoded coefficient * @return the decoded coefficient
*/ */
unsigned int ff_wma_get_large_val(GetBitContext* gb) unsigned int ff_wma_get_large_val(GetBitContext* gb)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment