From fca93859b22bdb2a841335ac849458a0ffb92079 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Feb 2009 23:28:21 +0000 Subject: Remove unused variables. Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vcr1.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/vcr1.c') diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c index a907b50cb9..21136289d5 100644 --- a/libavcodec/vcr1.c +++ b/libavcodec/vcr1.c @@ -123,7 +123,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size, AVFrame *pict = data; AVFrame * const p= (AVFrame*)&a->picture; int size; - int mb_x, mb_y; *p = *pict; p->pict_type= FF_I_TYPE; -- cgit v1.2.3