Mercurial > libavcodec.hg
changeset 7646:9b769aa9c665 libavcodec
Correct incorrect length parameter doxy for ff_acelp_interpolate().
author | michael |
---|---|
date | Thu, 21 Aug 2008 22:02:04 +0000 |
parents | dcfbc11cfd7d |
children | 333b850a1945 |
files | acelp_filters.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/acelp_filters.h Thu Aug 21 21:59:42 2008 +0000 +++ b/acelp_filters.h Thu Aug 21 22:02:04 2008 +0000 @@ -44,7 +44,7 @@ * @param precision filter is able to interpolate with 1/precision precision of pitch delay * @param pitch_delay_frac pitch delay, fractional part [0..precision-1] * @param filter_length filter length - * @param length length of speech data to process + * @param length length of output * * filter_coeffs contains coefficients of the right half of the symmetric * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.