]> git.sesse.net Git - movit/blobdiff - flat_input.h
Output the graph in dot form at finalize time.
[movit] / flat_input.h
index 9266659596ad8026f7993380c3cf1053a655714f..3bcdc76d61a46a4555e7f8ab1b822ff101dc6efa 100644 (file)
@@ -9,6 +9,8 @@ class FlatInput : public Input {
 public:
        FlatInput(ImageFormat format, MovitPixelFormat pixel_format, unsigned width, unsigned height);
 
+       virtual std::string effect_type_id() const { return "FlatInput"; }
+
        // Create the texture itself. We cannot do this in the constructor,
        // because we don't necessarily know all the settings (sRGB texture,
        // mipmap generation) at that point.