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