unneeded and impossible during init ...

Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-09-09 12:46:25 +00:00
parent 32272f7e95
commit 081c9d1d7b
1 changed files with 0 additions and 1 deletions

View File

@ -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;