diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-03-11 17:42:53 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-03-11 17:42:53 +0000 |
commit | 95c6b5ebc88532e6492845e3ad3579d551ff43e6 (patch) | |
tree | 270779841070d288b1964e1f1bf23b462d66bbc1 /libavcodec/acelp_vectors.h | |
parent | 34056cbba55f0131e8d2698717ab9e86e2da5178 (diff) | |
download | ffmpeg-95c6b5ebc88532e6492845e3ad3579d551ff43e6.tar.gz |
Fix spelling.
Originally committed as revision 22470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/acelp_vectors.h')
-rw-r--r-- | libavcodec/acelp_vectors.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/acelp_vectors.h b/libavcodec/acelp_vectors.h index 2cc5f36649..3e6652f377 100644 --- a/libavcodec/acelp_vectors.h +++ b/libavcodec/acelp_vectors.h @@ -212,7 +212,7 @@ void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, int length); /** - * Adaptative gain control (as used in AMR postfiltering) + * Adaptive gain control (as used in AMR postfiltering) * * @param buf_out the input speech buffer * @param speech_energ input energy @@ -220,8 +220,8 @@ void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, * @param alpha exponential filter factor * @param gain_mem a pointer to the filter memory (single float of size) */ -void ff_adaptative_gain_control(float *buf_out, float speech_energ, - int size, float alpha, float *gain_mem); +void ff_adaptive_gain_control(float *buf_out, float speech_energ, + int size, float alpha, float *gain_mem); /** * Set the sum of squares of a signal by scaling |