Commit fca93859 authored by Diego Biurrun's avatar Diego Biurrun

Remove unused variables.

Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4b81366b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment