]> granicus.if.org Git - libass/commit
Remove dirty pixels from ASM be_blur output
authorOleg Oshmyan <chortos@inbox.lv>
Thu, 13 Mar 2014 01:07:47 +0000 (01:07 +0000)
committerOleg Oshmyan <chortos@inbox.lv>
Thu, 13 Mar 2014 22:58:24 +0000 (22:58 +0000)
commit5c0b7682350ce7054c00e96eb0a1cdcb30b14e84
tree80fdde25ebabd80a82bd2bb9f372c110d3cfb70b
parent0812f507e3941cf93075378858ccf747c8aeb241
Remove dirty pixels from ASM be_blur output

A loop initializer was missing, so output started one row too early.
A loop condition check was missing, so output sometimes stopped
one column too late.

Also remove a couple of dead assignments.
libass/x86/be_blur.asm