changeset 7645:dcfbc11cfd7d libavcodec

Right half is clearer than positive half for specifying which part of the filter coeffs is used.
author michael
date Thu, 21 Aug 2008 21:59:42 +0000
parents 3d5972069016
children 9b769aa9c665
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:56:48 2008 +0000
+++ b/acelp_filters.h	Thu Aug 21 21:59:42 2008 +0000
@@ -46,7 +46,7 @@
  * @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.
  *