Commit c861d812 authored by michaelni's avatar michaelni

fixing mem corruption


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1729 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a7f3b13
......@@ -364,6 +364,8 @@ static void conv411(uint8_t *dst, int dst_wrap,
int w, c;
uint8_t *s1, *s2, *d;
width>>=1;
for(;height > 0; height--) {
s1 = src;
s2 = src + src_wrap;
......
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