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/ra144.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/ra144.c')
-rw-r--r-- | libavcodec/ra144.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index b4588f799f..2d882f7444 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -185,7 +185,6 @@ static int irms(short *data, int factor) static void add_wav(Real144_internal *glob, int n, int f, int m1, int m2, int m3, short *s1, short *s2, short *s3, short *dest) { int a,b,c; - int x; short *ptr,*ptr2; ptr=glob->wavtable1+n*9; @@ -308,7 +307,6 @@ static unsigned int rms(int *data, int f) { int *c; int x; - int d; unsigned int res; int b; |