Commit b59885d4 authored by michaelni's avatar michaelni

4mv bugfix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@702 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6d3d0886
...@@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s) ...@@ -1715,9 +1715,9 @@ void ff_fix_long_p_mvs(MpegEncContext * s)
s->mb_type[i] |= MB_TYPE_INTRA; s->mb_type[i] |= MB_TYPE_INTRA;
} }
} }
xy+=2;
i++;
} }
xy+=2;
i++;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment