Mercurial > libavcodec.hg
diff motion_est.c @ 1634:7653a103b53c libavcodec
cleanup
| author | michael |
|---|---|
| date | Fri, 28 Nov 2003 22:09:09 +0000 |
| parents | 27806cccec2a |
| children | 30746f429df6 |
line wrap: on
line diff
--- 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; x<s->mb_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;
