diff motion_est.c @ 4319:8e11023556c3 libavcodec

simplify
author michael
date Thu, 21 Dec 2006 15:22:16 +0000
parents ad27265d0c15
children 9af83350d4fd
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;