Commit ba5a14fc authored by Michael Niedermayer's avatar Michael Niedermayer

Correct incorrect length parameter doxy for ff_acelp_interpolate().

Originally committed as revision 14890 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ef119cc8
......@@ -44,7 +44,7 @@ extern const int16_t ff_acelp_interp_filter[61];
* @param precision filter is able to interpolate with 1/precision precision of pitch delay
* @param pitch_delay_frac pitch delay, fractional part [0..precision-1]
* @param filter_length filter length
* @param length length of speech data to process
* @param length length of output
*
* filter_coeffs contains coefficients of the right half of the symmetric
* interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment