From c89b49e764fb121ad068be09bf341ceccb05baf3 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 1 Jul 2002 13:32:38 +0000 Subject: - ffmpeg sync - skip decoding b-frames when late CVS patchset: 2185 CVS date: 2002/07/01 13:32:38 --- src/libffmpeg/libavcodec/motion_est.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/motion_est.c') 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++; } } } -- cgit v1.2.3