OSDN Git Service

Remove unused variables.
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 23:24:26 +0000 (23:24 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 8 Feb 2009 23:24:26 +0000 (23:24 +0000)
Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/cljr.c

index 8def82e..9f7ab61 100644 (file)
@@ -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;