]> granicus.if.org Git - libass/commit
Fix handling of top two pixel rows in be_blur_c
authorOleg Oshmyan <chortos@inbox.lv>
Wed, 12 Mar 2014 22:06:28 +0000 (22:06 +0000)
committerOleg Oshmyan <chortos@inbox.lv>
Thu, 13 Mar 2014 00:31:07 +0000 (00:31 +0000)
commit0812f507e3941cf93075378858ccf747c8aeb241
treee32c18134a98162784cf0c58ae0b6f49e1fc59a1
parent817bb3b1e192b94e0fc27ede617dbb2fe534d3ef
Fix handling of top two pixel rows in be_blur_c

5dd56af2 replaced our implementation of \be with xy-VSFilter's.
This error is not present in the xy-VSFilter code; it was introduced
by accident in a merge that was later squashed as part of 5dd56af2.

Note: the new \be reads in but does not write out
the first and last row and column of pixels.
libass/ass_bitmap.c