From 03a4da6f69c1119de8bc7d5c64129912e5a2549a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 Aug 2008 22:05:14 +0000 Subject: Clarify how generic ff_acelp_interpolate() is. Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_filters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h index 2774b9140d..be2883c643 100644 --- a/libavcodec/acelp_filters.h +++ b/libavcodec/acelp_filters.h @@ -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) -- cgit v1.2.3