Remove unused variables.

Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 16 years ago
parent 01c534371c
commit 27030ee4e9
  1. 1
      libavcodec/cljr.c

@ -91,7 +91,6 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
AVFrame *pict = data; AVFrame *pict = data;
AVFrame * const p= (AVFrame*)&a->picture; AVFrame * const p= (AVFrame*)&a->picture;
int size; int size;
int mb_x, mb_y;
*p = *pict; *p = *pict;
p->pict_type= FF_I_TYPE; p->pict_type= FF_I_TYPE;

Loading…
Cancel
Save