# HG changeset patch # User rbultje # Date 1278601247 0 # Node ID b00c10643f2485b80a5e1a98ec00daac9784ba47 # Parent 495b13d86191b737c88b72dae2616aff5ed3fef2 Fix two doxy warnings. diff -r 495b13d86191 -r b00c10643f24 wmavoice.c --- a/wmavoice.c Thu Jul 08 13:35:46 2010 +0000 +++ b/wmavoice.c Thu Jul 08 15:00:47 2010 +0000 @@ -660,7 +660,7 @@ * 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 @@ * @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 */