summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-01 13:32:38 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-01 13:32:38 +0000
commitc89b49e764fb121ad068be09bf341ceccb05baf3 (patch)
tree5f7c96023eadd6c43b4496907f699d50bea016be /src/libffmpeg/libavcodec/motion_est.c
parentf4abc8f19216da9d1762920191c05481d5c86430 (diff)
downloadxine-lib-c89b49e764fb121ad068be09bf341ceccb05baf3.tar.gz
xine-lib-c89b49e764fb121ad068be09bf341ceccb05baf3.tar.bz2
- ffmpeg sync
- skip decoding b-frames when late CVS patchset: 2185 CVS date: 2002/07/01 13:32:38
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++;
}
}
}