Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-08-22 01:59:42 +0400
committerMichael Niedermayer <michaelni@gmx.at>2008-08-22 01:59:42 +0400
commitef119cc837de6b29bbb540eef7faf92e0e76c0c5 (patch)
tree5673cd3efdaf7496d34a977f2ac96ff8dbd2e1dd /libavcodec/acelp_filters.h
parent7dd3e95a041235a32c485d0ffbb1f4820a01dffb (diff)
Right half is clearer than positive half for specifying which part of
the filter coeffs is used. Originally committed as revision 14889 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_filters.h')
-rw-r--r--libavcodec/acelp_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_filters.h b/libavcodec/acelp_filters.h
index dc1a4eb588..67fb0c09a6 100644
--- a/libavcodec/acelp_filters.h
+++ b/libavcodec/acelp_filters.h
@@ -46,7 +46,7 @@ extern const int16_t ff_acelp_interp_filter[61];
* @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.
*