mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-01 22:49:21 +00:00
Fix Doxygen documentation of gb parameter in ff_wma_get_large_val().
Originally committed as revision 23984 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6da88bd389
commit
503f9c0bd6
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user