X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=ycbcr_input.h;h=43d1f1dc0d4ee2b2ddcd6fdf7df5f6950d152136;hp=d4cdf9ffe3e3f05cf2c3434a77c1308ed5fa9140;hb=65d1c2910d0042649fc8ace11636516f87bd1f48;hpb=fdfef2b631a081892b65c4411f17d2b7c57f3ee4 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.