mask fade/feather rounding problem, mask mode sense err, add mask
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / auto.h
index f3267dc03e19098e9f96421e2de65c6588a7258a..f91451ef03b19d8b54344ccbf6231396b55a090f 100644 (file)
@@ -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);