X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain_test.cpp;h=51412c048c2b2cba03880597a7b686c7b08eeafc;hb=682b1da129e2f61109d83463cec344bde7392e9a;hp=c17ec890ec9a0282dd036fa6ac51afb89c6177e9;hpb=c59abdb997a1d1d703ac5dd71513dea03628a53e;p=movit diff --git a/effect_chain_test.cpp b/effect_chain_test.cpp index c17ec89..51412c0 100644 --- a/effect_chain_test.cpp +++ b/effect_chain_test.cpp @@ -767,6 +767,7 @@ public: input_width = width; input_height = height; } + virtual std::string effect_type_id() const { return "SizeStoringEffect"; } int input_width, input_height; };