summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-07-08 15:00:47 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-07-08 15:00:47 +0000
commitad32966cf91d56c1f396d9ef810e91797f14f2dc (patch)
treebcab4724d2465468e8213f192385e5da5c7ad119 /libavcodec/wmavoice.c
parente51f04968e6841c9defe11e70b2e6be27f601c78 (diff)
Fix two doxy warnings.
Originally committed as revision 24109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r--libavcodec/wmavoice.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c
index ec682b6483..b7b6de9a52 100644
--- a/libavcodec/wmavoice.c
+++ b/libavcodec/wmavoice.c
@@ -660,7 +660,7 @@ static void calc_input_response(WMAVoiceContext *s, float *lpcs,
* overlap-add method (otherwise you get clicking-artifacts).
*
* @param s WMA Voice decoding context
- * @param s fcb_type Frame (codebook) type
+ * @param fcb_type Frame (codebook) type
* @param synth_pf input: the noisy speech signal, output: denoised speech
* data; should be 16-byte aligned (for ASM purposes)
* @param size size of the speech data
@@ -744,6 +744,7 @@ static void wiener_denoise(WMAVoiceContext *s, int fcb_type,
* @param samples Output buffer for filtered samples
* @param size Buffer size of synth & samples
* @param lpcs Generated LPCs used for speech synthesis
+ * @param zero_exc_pf destination for zero synthesis filter (16-byte aligned)
* @param fcb_type Frame type (silence, hardcoded, AW-pulses or FCB-pulses)
* @param pitch Pitch of the input signal
*/