X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmaskautos.h;h=2d18ffd134290807260f966ed5e6057b55d2a194;hp=009069a2a6c2dcf4c74eff826165e878b63009f7;hb=853b81c6d430bd41037984ecc95fd304fd98964e;hpb=7ead9f7382846e81c2f8efb25780014e5f8834c3 diff --git a/cinelerra-5.1/cinelerra/maskautos.h b/cinelerra-5.1/cinelerra/maskautos.h index 009069a2..2d18ffd1 100644 --- a/cinelerra-5.1/cinelerra/maskautos.h +++ b/cinelerra-5.1/cinelerra/maskautos.h @@ -35,9 +35,7 @@ public: ~MaskAutos(); Auto* new_auto(); - - - void dump(); + void dump(FILE *fp); static void avg_points(MaskPoint *output, MaskPoint *input1, @@ -55,8 +53,8 @@ public: int mask_exists(int64_t position, int direction); // Perform interpolation void get_points(ArrayList *points, int submask, int64_t position, int direction); - float get_feather(int64_t position, int i, int direction); - int get_fader(int64_t position, int i, int direction); + double get_feather(int64_t position, int i, int direction); + double get_fader(int64_t position, int i, int direction); int total_submasks(int64_t position, int direction); // Translates all mask points void translate_masks(float translate_x, float translate_y);