# HG changeset patch # User michael # Date 1166714536 0 # Node ID 8e11023556c3ff261717dc2446089c5f480946ab # Parent ad27265d0c1542c5ea1cc5c6d9449643fb983933 simplify diff -r ad27265d0c15 -r 8e11023556c3 motion_est.c --- a/motion_est.c Thu Dec 21 15:21:44 2006 +0000 +++ b/motion_est.c Thu Dec 21 15:22:16 2006 +0000 @@ -1823,8 +1823,8 @@ get_limits(s, 16*mb_x, 16*mb_y); //restore c->?min/max, maybe not needed - s->b_direct_mv_table[mot_xy][0]= mx; - s->b_direct_mv_table[mot_xy][1]= my; + mv_table[mot_xy][0]= mx; + mv_table[mot_xy][1]= my; c->flags &= ~FLAG_DIRECT; c->sub_flags &= ~FLAG_DIRECT;