From d9c533a521977ac277dadb3a0fe6176e6806ffa7 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Sun, 24 Aug 2003 22:08:22 +0000 Subject: removed unused variables Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra288.c') diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 7d638b8..b590748 100644 --- a/libavcodec/ra288.c +++ b/libavcodec/ra288.c @@ -168,7 +168,7 @@ static void co(int n, int i, int j, float *in, float *out, float *st1, float *st { int a,b,c; unsigned int x; - float *fp,*fp2; + float *fp; float buffer1[37]; float buffer2[37]; float work[111]; -- cgit v1.1