comparison motion_est.c @ 2764:2b37bcabe608 libavcodec

spelling fixes patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself
author diego
date Fri, 17 Jun 2005 15:02:53 +0000
parents 8e42a0463f68
children edc4fccb3bec
comparison
equal deleted inserted replaced
2763:01ed2c3b8f08 2764:2b37bcabe608
662 const int xy= s->mb_x + s->mb_y*s->mb_stride; 662 const int xy= s->mb_x + s->mb_y*s->mb_stride;
663 663
664 s->p_mv_table[xy][0] = mx; 664 s->p_mv_table[xy][0] = mx;
665 s->p_mv_table[xy][1] = my; 665 s->p_mv_table[xy][1] = my;
666 666
667 /* has allready been set to the 4 MV if 4MV is done */ 667 /* has already been set to the 4 MV if 4MV is done */
668 if(mv4){ 668 if(mv4){
669 int mot_xy= s->block_index[0]; 669 int mot_xy= s->block_index[0];
670 670
671 s->current_picture.motion_val[0][mot_xy ][0]= mx; 671 s->current_picture.motion_val[0][mot_xy ][0]= mx;
672 s->current_picture.motion_val[0][mot_xy ][1]= my; 672 s->current_picture.motion_val[0][mot_xy ][1]= my;