Commit 82ffb366 authored by michael's avatar michael

unneeded and impossible during init ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10455 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b114c00b
...@@ -3818,7 +3818,6 @@ static int common_init(AVCodecContext *avctx){ ...@@ -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;
......
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