Commit 081c9d1d authored by Michael Niedermayer's avatar Michael Niedermayer

unneeded and impossible during init ...

Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 32272f7e
......@@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *avctx){
for(j=0; j<MAX_REF_FRAMES; j++)
scale_mv_ref[i][j] = 256*(i+1)/(j+1);
reset_contexts(s);
/*
width= s->width= avctx->width;
height= s->height= avctx->height;
......
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