Clarify how generic ff_acelp_interpolate() is.

Originally committed as revision 14891 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent ba5a14fc5d
commit 03a4da6f69
  1. 2
      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)

Loading…
Cancel
Save