Commit c91f0cc8 authored by michael's avatar michael

Clarify how generic ff_acelp_interpolate() is.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14891 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 879403e9
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
extern const int16_t ff_acelp_interp_filter[61]; extern const int16_t ff_acelp_interp_filter[61];
/** /**
* Generic interpolation routine. * Generic FIR interpolation routine.
* @param out [out] buffer for interpolated data * @param out [out] buffer for interpolated data
* @param in input data * @param in input data
* @param filter_coeffs interpolation filter coefficients (0.15) * @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