summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-21 23:33:01 +0100
committerDiego Biurrun <diego@biurrun.de>2012-02-28 20:48:43 +0100
commitcfac648e6af31e1ea58ddc753677761d83d89710 (patch)
treeb4cab3a0a69f370a12c8d9407bddc0c2a8b47d5a /libavcodec/wmaprodec.c
parentfc9bc08dca9ac32526251e19fcf738d23b8c68d1 (diff)
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diffstat (limited to 'libavcodec/wmaprodec.c')
-rw-r--r--libavcodec/wmaprodec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c
index 444e8a543e..2b9f4a5d8b 100644
--- a/libavcodec/wmaprodec.c
+++ b/libavcodec/wmaprodec.c
@@ -1481,7 +1481,6 @@ static void save_bits(WMAProDecodeCtx *s, GetBitContext* gb, int len,
*@brief Decode a single WMA packet.
*@param avctx codec context
*@param data the output buffer
- *@param data_size number of bytes that were written to the output buffer
*@param avpkt input packet
*@return number of bytes that were read from the input buffer
*/