]> git.sesse.net Git - movit/blobdiff - glow_effect.h
Add unit tests for GlowEffect.
[movit] / glow_effect.h
index c0ac9ce5ee4163516ee2806557196447786099a7..8b21e521a9449979aae90ad7df14ef903f8c6b34 100644 (file)
@@ -3,9 +3,6 @@
 
 // Glow: Cut out the highlights of the image (everything above a certain threshold),
 // blur them, and overlay them onto the original image.
-//
-// FIXME: This might be broken after MixEffect started working in premultiplied alpha.
-// We need to think about how this is going to work, and then add a test.
 
 #include "effect.h"