diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:08:22 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-08-24 22:08:22 +0000 |
commit | d9c533a521977ac277dadb3a0fe6176e6806ffa7 (patch) | |
tree | 970d6152b42280ada85b5458053f8a74826520ad /libavcodec/ra288.c | |
parent | 228ef9dde15625e21daa247e6a832d05c041b2a9 (diff) | |
download | ffmpeg-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra288.c b/libavcodec/ra288.c index 7d638b84cd..b59074822b 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]; |