[FFmpeg-cvslog] r14890 - trunk/libavcodec/acelp_filters.h
michael
subversion
Fri Aug 22 00:02:04 CEST 2008
Author: michael
Date: Fri Aug 22 00:02:04 2008
New Revision: 14890
Log:
Correct incorrect length parameter doxy for ff_acelp_interpolate().
Modified:
trunk/libavcodec/acelp_filters.h
Modified: trunk/libavcodec/acelp_filters.h
==============================================================================
--- trunk/libavcodec/acelp_filters.h (original)
+++ trunk/libavcodec/acelp_filters.h Fri Aug 22 00:02:04 2008
@@ -44,7 +44,7 @@ extern const int16_t ff_acelp_interp_fil
* @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.
More information about the ffmpeg-cvslog
mailing list