summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-24 22:08:22 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-24 22:08:22 +0000
commitd9c533a521977ac277dadb3a0fe6176e6806ffa7 (patch)
tree970d6152b42280ada85b5458053f8a74826520ad /libavcodec/ra288.c
parent228ef9dde15625e21daa247e6a832d05c041b2a9 (diff)
downloadffmpeg-streaming-d9c533a521977ac277dadb3a0fe6176e6806ffa7.zip
ffmpeg-streaming-d9c533a521977ac277dadb3a0fe6176e6806ffa7.tar.gz
removed unused variables
Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.c')
-rw-r--r--libavcodec/ra288.c2
1 files changed, 1 insertions, 1 deletions
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];
OpenPOWER on IntegriCloud