]> git.sesse.net Git - movit/blobdiff - glow_effect.h
Output the graph in dot form at finalize time.
[movit] / glow_effect.h
index 7ee164dceab630d2d1ab2f7573ce4f581bbb037a..1b5644ba62db9a835e911484e21897b3bb1abf27 100644 (file)
@@ -11,6 +11,7 @@ class MixEffect;
 class GlowEffect : public Effect {
 public:
        GlowEffect();
+       virtual std::string effect_type_id() const { return "GlowEffect"; }
 
        virtual bool needs_srgb_primaries() const { return false; }