X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsvg%2Fsvg.h;h=e0cd13172b81253e62cdaa17bcc9afbcf1172aa3;hp=52cd510f88d5d3b586b8a622f9eee9a95520bce7;hb=9e779f63289f91f132569a933ddc93f4c1487751;hpb=5a7faba81bcd03755bfe651bacbc5980171fe9de diff --git a/cinelerra-5.1/plugins/svg/svg.h b/cinelerra-5.1/plugins/svg/svg.h index 52cd510f..e0cd1317 100644 --- a/cinelerra-5.1/plugins/svg/svg.h +++ b/cinelerra-5.1/plugins/svg/svg.h @@ -25,6 +25,7 @@ // the simplest plugin possible class SvgMain; +class SvgConfig; class SvgThread; #include "bchash.h" @@ -40,14 +41,12 @@ public: SvgConfig(); int equivalent(SvgConfig &that); void copy_from(SvgConfig &that); - void interpolate(SvgConfig &prev, - SvgConfig &next, - long prev_frame, - long next_frame, - long current_frame); + void interpolate(SvgConfig &prev, SvgConfig &next, + long prev_frame, long next_frame, long current_frame); - float in_x, in_y, in_w, in_h, out_x, out_y, out_w, out_h; + float out_x, out_y; char svg_file[BCTEXTLEN]; + int64_t ms_time; };