Commit 03a4da6f authored by Michael Niedermayer's avatar Michael Niedermayer

Clarify how generic ff_acelp_interpolate() is.

Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ba5a14fc
......@@ -37,7 +37,7 @@
extern const int16_t ff_acelp_interp_filter[61];
/**
* Generic interpolation routine.
* Generic FIR interpolation routine.
* @param out [out] buffer for interpolated data
* @param in input data
* @param filter_coeffs interpolation filter coefficients (0.15)
......
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