app: fix infinite recursion when compositing unaligned buffers
This commit is contained in:
parent
608070fde3
commit
f2ea995316
1 changed files with 2 additions and 2 deletions
|
|
@ -700,8 +700,8 @@ composite_func_src_atop_sse2 (gfloat *in,
|
|||
((uintptr_t)layer) |
|
||||
((uintptr_t)out) ) & 0x0F)
|
||||
{
|
||||
return composite_func_src_atop (in, layer, comp, mask, opacity,
|
||||
out, samples);
|
||||
return composite_func_src_atop_core (in, layer, comp, mask, opacity,
|
||||
out, samples);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue