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/indeo2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/indeo2.c') diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index 5063117ca0..7001beb129 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -141,7 +141,6 @@ static int ir2_decode_frame(AVCodecContext *avctx, AVFrame *picture = data; AVFrame * const p= (AVFrame*)&s->picture; int start; - int i; if(p->data[0]) avctx->release_buffer(avctx, p); -- cgit v1.2.3