fixing mem corruption

Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2003-04-04 13:36:07 +00:00
parent 0df65975ba
commit 5064357588
1 changed files with 2 additions and 0 deletions

View File

@ -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;