[FFmpeg-cvslog] r14889 - trunk/libavcodec/acelp_filters.h

michael subversion
Thu Aug 21 23:59:43 CEST 2008


Author: michael
Date: Thu Aug 21 23:59:42 2008
New Revision: 14889

Log:
Right half is clearer than positive half for specifying which part of
the filter coeffs is used.


Modified:
   trunk/libavcodec/acelp_filters.h

Modified: trunk/libavcodec/acelp_filters.h
==============================================================================
--- trunk/libavcodec/acelp_filters.h	(original)
+++ trunk/libavcodec/acelp_filters.h	Thu Aug 21 23:59:42 2008
@@ -46,7 +46,7 @@ extern const int16_t ff_acelp_interp_fil
  * @param filter_length filter length
  * @param length length of speech data to process
  *
- * filter_coeffs contains coefficients of the positive half of the symmetric
+ * filter_coeffs contains coefficients of the right half of the symmetric
  * interpolation filter. filter_coeffs[0] should the central (unpaired) coefficient.
  * See ff_acelp_interp_filter for an example.
  *




More information about the ffmpeg-cvslog mailing list