From bf4e3bd2d0263169ebf5d88972ae319ecb0d7a1e Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 14 Aug 2005 15:42:40 +0000 Subject: kill a bunch of compiler warnings Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp3dsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vp3dsp.c') diff --git a/libavcodec/vp3dsp.c b/libavcodec/vp3dsp.c index 015f57b570..047fee763e 100644 --- a/libavcodec/vp3dsp.c +++ b/libavcodec/vp3dsp.c @@ -45,7 +45,7 @@ static always_inline void idct(uint8_t *dst, int stride, int16_t *input, int typ int _Ed, _Gd, _Add, _Bdd, _Fd, _Hd; int t1, t2; - int i, j; + int i; /* Inverse DCT on the rows now */ for (i = 0; i < 8; i++) { -- cgit v1.2.3