# HG changeset patch # User michael # Date 1070057349 0 # Node ID 7653a103b53cf8e59a1650d203fb81cf95f574c9 # Parent 27806cccec2a7712c928955ec7a0b07466d957db cleanup diff -r 27806cccec2a -r 7653a103b53c motion_est.c --- a/motion_est.c Fri Nov 28 21:31:20 2003 +0000 +++ b/motion_est.c Fri Nov 28 22:09:09 2003 +0000 @@ -1616,7 +1616,7 @@ int x; int xy= y*s->mb_stride; for(x=0; xmb_width; x++){ - if((s->mb_type[xy] & type) || (s->mb_type[xy] & MB_TYPE_INTRA)){ //FIXME + if(s->mb_type[xy] & type){ int fcode= FFMAX(fcode_tab[mv_table[xy][0] + MAX_MV], fcode_tab[mv_table[xy][1] + MAX_MV]); int j;