blur: Do the same thing for rows and cols

This commit is contained in:
Benjamin Otte 2012-09-19 22:39:47 +02:00
parent 502a2bf625
commit a239f2e8b0

View File

@ -133,7 +133,7 @@ _blurcol (guchar* pixels,
zB = *((guchar*) ptr + 2) << zprec;
zA = *((guchar*) ptr + 3) << zprec;
for (index = 1; index < height - 1; index++)
for (index = 0; index < height; index++)
_blurinner (&ptr[index * rowstride],
&zR,
&zG,