summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/motion_est.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/motion_est.c')
-rw-r--r--src/libffmpeg/libavcodec/motion_est.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/motion_est.c b/src/libffmpeg/libavcodec/motion_est.c
index 8f2ffa42e..21d1a74cb 100644
--- a/src/libffmpeg/libavcodec/motion_est.c
+++ b/src/libffmpeg/libavcodec/motion_est.c
@@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
s->mb_type[i] |= MB_TYPE_INTRA;
}
}
- xy+=2;
- i++;
}
+ xy+=2;
+ i++;
}
}
}