diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-21 23:33:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-28 20:48:43 +0100 |
commit | cfac648e6af31e1ea58ddc753677761d83d89710 (patch) | |
tree | b4cab3a0a69f370a12c8d9407bddc0c2a8b47d5a /libavcodec/wmavoice.c | |
parent | fc9bc08dca9ac32526251e19fcf738d23b8c68d1 (diff) | |
download | ffmpeg-cfac648e6af31e1ea58ddc753677761d83d89710.tar.gz |
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r-- | libavcodec/wmavoice.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 8854e35d93..9553089cc7 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -1725,9 +1725,6 @@ static int check_bits_for_superframe(GetBitContext *orig_gb, * (if less than 480), usually used to prevent blanks at track boundaries. * * @param ctx WMA Voice decoder context - * @param samples pointer to output buffer for voice samples - * @param data_size pointer containing the size of #samples on input, and the - * amount of #samples filled on output * @return 0 on success, <0 on error or 1 if there was not enough data to * fully parse the superframe */ |