]> git.sesse.net Git - movit/blobdiff - blur_effect.h
Change so that all modifications to the graph (meta-effects, colorspace information...
[movit] / blur_effect.h
index 788d337b3de6d9af4556656022f50486974acfa2..2aada42061098561892b71b3d6d1fb1a2d91f19f 100644 (file)
@@ -32,7 +32,7 @@ public:
                assert(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);
        
 private: