X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;fp=resample_effect.h;h=669d15b94569626d5b1a2bfc058b98162dd6f6be;hp=05ef3656fd94d4dc4f8d6091927200eb7108b082;hb=b564238fa1293c01c77bcabe7b2de267f146ab24;hpb=7878253d0d7b5aaa6b701499e588b31f2c5edca2 diff --git a/resample_effect.h b/resample_effect.h index 05ef365..669d15b 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -85,6 +85,7 @@ public: } } virtual bool changes_output_size() const { return true; } + virtual bool sets_virtual_output_size() const { return false; } virtual void get_output_size(unsigned *width, unsigned *height, unsigned *virtual_width, unsigned *virtual_height) const { *virtual_width = *width = this->output_width;