comparison motion_est.c @ 502:f74798aca30e libavcodec

4mv bugfix
author michaelni
date Mon, 24 Jun 2002 15:02:52 +0000
parents 7f2d2be2aee9
children 4d41fe7eb780
comparison
equal deleted inserted replaced
501:2241bce35bb9 502:f74798aca30e
1713 || fcode_tab[my + MAX_MV] == 0 ){ 1713 || fcode_tab[my + MAX_MV] == 0 ){
1714 s->mb_type[i] &= ~MB_TYPE_INTER4V; 1714 s->mb_type[i] &= ~MB_TYPE_INTER4V;
1715 s->mb_type[i] |= MB_TYPE_INTRA; 1715 s->mb_type[i] |= MB_TYPE_INTRA;
1716 } 1716 }
1717 } 1717 }
1718 xy+=2;
1719 i++;
1720 } 1718 }
1719 xy+=2;
1720 i++;
1721 } 1721 }
1722 } 1722 }
1723 } 1723 }
1724 } 1724 }
1725 1725