Commit de63c9a2 authored by diego's avatar diego

Remove unused variables.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17083 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7954f908
......@@ -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