unneeded and impossible during init ...

Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent 32272f7e95
commit 081c9d1d7b
  1. 1
      libavcodec/snow.c

@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *avctx){
for(j=0; j<MAX_REF_FRAMES; j++) for(j=0; j<MAX_REF_FRAMES; j++)
scale_mv_ref[i][j] = 256*(i+1)/(j+1); scale_mv_ref[i][j] = 256*(i+1)/(j+1);
reset_contexts(s);
/* /*
width= s->width= avctx->width; width= s->width= avctx->width;
height= s->height= avctx->height; height= s->height= avctx->height;

Loading…
Cancel
Save