From 27030ee4e9f886b297d23e5fd41332301abb3c58 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Feb 2009 23:24:26 +0000 Subject: Remove unused variables. Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cljr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/cljr.c') diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c index 8def82e4b6..9f7ab61efd 100644 --- a/libavcodec/cljr.c +++ b/libavcodec/cljr.c @@ -91,7 +91,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