From bba35fda77a2ae5560d8f6bd29532b48938592fa Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Thu, 19 Jun 2008 19:34:38 +0000 Subject: [PATCH] Rename var Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index c679a6dbed..6d4c95b397 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -137,7 +137,7 @@ static void add_wav(int n, int skip_first, int *m, const int16_t *s1, } -static void final(const int16_t *i1, const int16_t *i2, +static void final(const int16_t *lpc_coefs, const int16_t *adapt_coef, void *out, int *statbuf, int len) { int x, i; @@ -145,14 +145,14 @@ static void final(const int16_t *i1, const int16_t *i2, int16_t *ptr = work; memcpy(work, statbuf,20); - memcpy(work + 10, i2, len * 2); + memcpy(work + 10, adapt_coef, len * 2); for (i=0; i>= 12;