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/amrnbdec.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/amrnbdec.c')
-rw-r--r-- | libavcodec/amrnbdec.c | 4 |
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); } /// @} |