X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fauto.h;h=f91451ef03b19d8b54344ccbf6231396b55a090f;hb=c5451a0a1f2a69ffea5e8b85d05787466f355481;hp=f3267dc03e19098e9f96421e2de65c6588a7258a;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/auto.h b/cinelerra-5.1/cinelerra/auto.h index f3267dc0..f91451ef 100644 --- a/cinelerra-5.1/cinelerra/auto.h +++ b/cinelerra-5.1/cinelerra/auto.h @@ -46,6 +46,8 @@ public: virtual int operator==(Auto &that); virtual void copy_from(Auto *that); virtual bool is_floatauto() { return false; } + virtual bool is_intauto() { return false; } + virtual bool is_maskauto() { return false; } /* create an interpolation using a1 and a2, (defaulting to previous and next) */ /* if not possible, just fill from a1 (or from template if given) and return 0 */ virtual int interpolate_from(Auto *a1, Auto *a2, int64_t new_position, Auto *templ=0);