summaryrefslogtreecommitdiff
path: root/libavcodec/amrnbdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/amrnbdec.c')
-rw-r--r--libavcodec/amrnbdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/amrnbdec.c b/libavcodec/amrnbdec.c
index 325acfda78..e5a82b493a 100644
--- a/libavcodec/amrnbdec.c
+++ b/libavcodec/amrnbdec.c
@@ -943,8 +943,8 @@ static void postfilter(AMRContext *p, float *lpc, float *buf_out)
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);
}
/// @}