mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
unneeded and impossible during init ...
Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
32272f7e95
commit
081c9d1d7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user