diff acelp_vectors.c @ 11462:c2e19a511e26 libavcodec

Fix spelling.
author rbultje
date Thu, 11 Mar 2010 17:42:53 +0000
parents 00fcecde822b
children 26aabf52f578
line wrap: on
line diff
--- a/acelp_vectors.c	Thu Mar 11 10:52:34 2010 +0000
+++ b/acelp_vectors.c	Thu Mar 11 17:42:53 2010 +0000
@@ -207,8 +207,8 @@
                + 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);