summaryrefslogtreecommitdiff
path: root/libavcodec/acelp_filters.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-21 22:05:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-08-21 22:05:14 +0000
commit03a4da6f69c1119de8bc7d5c64129912e5a2549a (patch)
tree93f40f164ab42dd51afd11864e656e0e1e1c829a /libavcodec/acelp_filters.h
parentba5a14fc5dd8218dd301175c7bf30fa025075519 (diff)
Clarify how generic ff_acelp_interpolate() is.
Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_filters.h')
-rw-r--r--libavcodec/acelp_filters.h2
1 files changed, 1 insertions, 1 deletions
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)