X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=complex_modulate_effect.h;h=e2bf50d5851fb0b64f5c71a8f13bfc9fe3e8df79;hp=fd4eb8b2a385adb7db6bc706cb356fdcaa96a3e4;hb=82071a94aaff95d2d29d077338085a8fb27e76d1;hpb=7ea0b3a5be9bafaa2d1fa5a17ce285a725ce132b diff --git a/complex_modulate_effect.h b/complex_modulate_effect.h index fd4eb8b..e2bf50d 100644 --- a/complex_modulate_effect.h +++ b/complex_modulate_effect.h @@ -41,6 +41,7 @@ public: // no way of expressing that currently. virtual bool needs_texture_bounce() const { return true; } virtual bool changes_output_size() const { return true; } + virtual bool sets_virtual_output_size() const { return false; } virtual void inform_input_size(unsigned input_num, unsigned width, unsigned height); virtual void get_output_size(unsigned *width, unsigned *height,