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.c | |
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.c')
-rw-r--r-- | libavcodec/acelp_vectors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/acelp_vectors.c b/libavcodec/acelp_vectors.c index 736987bbb8..a25011f4ff 100644 --- a/libavcodec/acelp_vectors.c +++ b/libavcodec/acelp_vectors.c @@ -207,8 +207,8 @@ void ff_weighted_vector_sumf(float *out, const float *in_a, const float *in_b, + weight_coeff_b * in_b[i]; } -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) { int i; float postfilter_energ = ff_dot_productf(buf_out, buf_out, size); |