From 95c6b5ebc88532e6492845e3ad3579d551ff43e6 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 11 Mar 2010 17:42:53 +0000 Subject: Fix spelling. Originally committed as revision 22470 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_vectors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/acelp_vectors.h') 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 -- cgit v1.2.3