]> git.sesse.net Git - movit/blobdiff - glow_effect.h
Add a white balance effect (port of my white balance effect from Frei0r).
[movit] / glow_effect.h
index 1b5644ba62db9a835e911484e21897b3bb1abf27..04b48f9aa165e55ab7ba139dba36c883fb492f9b 100644 (file)
@@ -15,7 +15,7 @@ public:
 
        virtual bool needs_srgb_primaries() const { return false; }
 
-       virtual void add_self_to_effect_chain(EffectChain *chain, const std::vector<Effect *> &input);
+       virtual void rewrite_graph(EffectChain *graph, Node *self);
        virtual bool set_float(const std::string &key, float value);
 
        virtual std::string output_fragment_shader() {