changeset 502:f74798aca30e libavcodec

4mv bugfix
author michaelni
date Mon, 24 Jun 2002 15:02:52 +0000
parents 2241bce35bb9
children 2bf17a142cf4
files motion_est.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/motion_est.c	Sat Jun 22 15:52:25 2002 +0000
+++ b/motion_est.c	Mon Jun 24 15:02:52 2002 +0000
@@ -1715,9 +1715,9 @@
                             s->mb_type[i] |= MB_TYPE_INTRA;
                         }
                     }
-                    xy+=2;
-                    i++;
                 }
+                xy+=2;
+                i++;
             }
         }
     }