X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=43d1f1dc0d4ee2b2ddcd6fdf7df5f6950d152136;hp=d4cdf9ffe3e3f05cf2c3434a77c1308ed5fa9140;hb=f99ad333a7acbb6c8c995dbb036484ae8940c490;hpb=4ccde687b09ebc58d51fcec695bdfc1a35279c2f diff --git a/ycbcr_input.h b/ycbcr_input.h index d4cdf9f..43d1f1d 100644 --- a/ycbcr_input.h +++ b/ycbcr_input.h @@ -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.