X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=complex_modulate_effect.h;h=e2bf50d5851fb0b64f5c71a8f13bfc9fe3e8df79;hp=fd4eb8b2a385adb7db6bc706cb356fdcaa96a3e4;hb=b564238fa1293c01c77bcabe7b2de267f146ab24;hpb=7878253d0d7b5aaa6b701499e588b31f2c5edca2 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,