X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glow_effect.h;h=c0ac9ce5ee4163516ee2806557196447786099a7;hb=0b13d5089c5967a7a5706f20c1fbb6e98ca40f72;hp=8b21e521a9449979aae90ad7df14ef903f8c6b34;hpb=771acfe782f3052bb7326ee7f066ed78657754b4;p=movit diff --git a/glow_effect.h b/glow_effect.h index 8b21e52..c0ac9ce 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -3,6 +3,9 @@ // 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"