X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fsvg%2Fsvg.h;h=e3343a4fc0aea7686eae14d1de05b2605b4136ab;hb=bf9bab7b9252f01ffdd1b1421bf68c0346c95477;hp=e0cd13172b81253e62cdaa17bcc9afbcf1172aa3;hpb=9e779f63289f91f132569a933ddc93f4c1487751;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/svg/svg.h b/cinelerra-5.1/plugins/svg/svg.h index e0cd1317..e3343a4f 100644 --- a/cinelerra-5.1/plugins/svg/svg.h +++ b/cinelerra-5.1/plugins/svg/svg.h @@ -41,10 +41,10 @@ public: SvgConfig(); int equivalent(SvgConfig &that); void copy_from(SvgConfig &that); - void interpolate(SvgConfig &prev, SvgConfig &next, + void interpolate(SvgConfig &prev, SvgConfig &next, long prev_frame, long next_frame, long current_frame); - float out_x, out_y; + float out_x, out_y, out_w, out_h, dpi; char svg_file[BCTEXTLEN]; int64_t ms_time; };