Skip to content
Snippets Groups Projects
Commit 50643575 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

fixing mem corruption

Originally committed as revision 1729 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0df65975
No related branches found
No related tags found
No related merge requests found
...@@ -364,6 +364,8 @@ static void conv411(uint8_t *dst, int dst_wrap, ...@@ -364,6 +364,8 @@ static void conv411(uint8_t *dst, int dst_wrap,
int w, c; int w, c;
uint8_t *s1, *s2, *d; uint8_t *s1, *s2, *d;
width>>=1;
for(;height > 0; height--) { for(;height > 0; height--) {
s1 = src; s1 = src;
s2 = src + src_wrap; s2 = src + src_wrap;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment