# HG changeset patch # User diego # Date 1278071742 0 # Node ID 1b6557975db13de744959df929be4862908d6147 # Parent fd2c3b786dcf077f8c106457cf9e5926307858c5 Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). diff -r fd2c3b786dcf -r 1b6557975db1 wma.c --- a/wma.c Fri Jul 02 11:54:34 2010 +0000 +++ b/wma.c Fri Jul 02 11:55:42 2010 +0000 @@ -429,7 +429,7 @@ /** * Decode an uncompressed coefficient. - * @param s codec context + * @param gb GetBitContext * @return the decoded coefficient */ unsigned int ff_wma_get_large_val(GetBitContext* gb)