Mercurial > libavcodec.hg
changeset 4319:8e11023556c3 libavcodec
simplify
author | michael |
---|---|
date | Thu, 21 Dec 2006 15:22:16 +0000 |
parents | ad27265d0c15 |
children | 6c32aa2d9323 |
files | motion_est.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;