Mercurial > libavcodec.hg
changeset 7647:333b850a1945 libavcodec
Clarify how generic ff_acelp_interpolate() is.
author | michael |
---|---|
date | Thu, 21 Aug 2008 22:05:14 +0000 |
parents | 9b769aa9c665 |
children | 4df1c17c034c |
files | acelp_filters.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/acelp_filters.h Thu Aug 21 22:02:04 2008 +0000 +++ b/acelp_filters.h Thu Aug 21 22:05:14 2008 +0000 @@ -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)