]> git.sesse.net Git - movit/blobdiff - ycbcr_input.h
Output the graph in dot form at finalize time.
[movit] / ycbcr_input.h
index d4cdf9ffe3e3f05cf2c3434a77c1308ed5fa9140..43d1f1dc0d4ee2b2ddcd6fdf7df5f6950d152136 100644 (file)
@@ -31,6 +31,8 @@ public:
                   const YCbCrFormat &ycbcr_format,
                   unsigned width, unsigned height);
 
+       virtual std::string effect_type_id() const { return "YCbCrInput"; }
+
        // 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.