comparison snow.c @ 5664:1f9e8321c2fb libavcodec

unneeded and impossible during init ...
author michael
date Sun, 09 Sep 2007 12:46:25 +0000
parents 4264b8bb3659
children 834f359e7257
comparison
equal deleted inserted replaced
5663:4264b8bb3659 5664:1f9e8321c2fb
3816 3816
3817 for(i=0; i<MAX_REF_FRAMES; i++) 3817 for(i=0; i<MAX_REF_FRAMES; i++)
3818 for(j=0; j<MAX_REF_FRAMES; j++) 3818 for(j=0; j<MAX_REF_FRAMES; j++)
3819 scale_mv_ref[i][j] = 256*(i+1)/(j+1); 3819 scale_mv_ref[i][j] = 256*(i+1)/(j+1);
3820 3820
3821 reset_contexts(s);
3822 /* 3821 /*
3823 width= s->width= avctx->width; 3822 width= s->width= avctx->width;
3824 height= s->height= avctx->height; 3823 height= s->height= avctx->height;
3825 3824
3826 assert(width && height); 3825 assert(width && height);