X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;fp=blur_effect.h;h=2aada42061098561892b71b3d6d1fb1a2d91f19f;hp=788d337b3de6d9af4556656022f50486974acfa2;hb=e655afd53f2e56938bd4e7f72640eff56ef4a1ee;hpb=fdad0932f08649e69e824ee73a787671a5bc93a5 diff --git a/blur_effect.h b/blur_effect.h index 788d337..2aada42 100644 --- a/blur_effect.h +++ b/blur_effect.h @@ -32,7 +32,7 @@ public: assert(false); } - virtual void add_self_to_effect_chain(EffectChain *chain, const std::vector &input); + virtual void rewrite_graph(EffectChain *graph, Node *self); virtual bool set_float(const std::string &key, float value); private: