diff amrnbdec.c @ 11462:c2e19a511e26 libavcodec

Fix spelling.
author rbultje
date Thu, 11 Mar 2010 17:42:53 +0000
parents 5c339e441ace
children 8a4984c5cacc
line wrap: on
line diff
--- a/amrnbdec.c	Thu Mar 11 10:52:34 2010 +0000
+++ b/amrnbdec.c	Thu Mar 11 17:42:53 2010 +0000
@@ -943,8 +943,8 @@
     ff_tilt_compensation(&p->tilt_mem, tilt_factor(lpc_n, lpc_d), buf_out,
                          AMR_SUBFRAME_SIZE);
 
-    ff_adaptative_gain_control(buf_out, speech_gain, AMR_SUBFRAME_SIZE,
-                               AMR_AGC_ALPHA, &p->postfilter_agc);
+    ff_adaptive_gain_control(buf_out, speech_gain, AMR_SUBFRAME_SIZE,
+                             AMR_AGC_ALPHA, &p->postfilter_agc);
 }
 
 /// @}