unneeded and impossible during init ...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 9 Sep 2007 12:46:25 +0000 (12:46 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 9 Sep 2007 12:46:25 +0000 (12:46 +0000)
Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/snow.c

index bf2a3d8..edf6e5c 100644 (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;