X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmaskauto.h;h=1fd3da039db574e909c543cb353a480f4c34ffa7;hp=5913e6c1aac87f525c4ae179235852bf8eabe79e;hb=e919ce8a71cdc99bb7344cc192e13a2c2db9e1c0;hpb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff diff --git a/cinelerra-5.0/cinelerra/maskauto.h b/cinelerra-5.0/cinelerra/maskauto.h index 5913e6c1..1fd3da03 100644 --- a/cinelerra-5.0/cinelerra/maskauto.h +++ b/cinelerra-5.0/cinelerra/maskauto.h @@ -90,6 +90,8 @@ public: SubMask* get_submask(int number); // Translates all submasks void translate_submasks(float translate_x, float translate_y); +// scale all submasks + void scale_submasks(int orig_scale, int new_scale); ArrayList masks;