提交 50643575 编写于 作者: M Michael Niedermayer

fixing mem corruption

Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0df65975
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册