X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fsvg%2Fsvg.h;h=e3343a4fc0aea7686eae14d1de05b2605b4136ab;hb=93d60cc0fdf746cc03b4d7a9e45744c2c424439b;hp=52cd510f88d5d3b586b8a622f9eee9a95520bce7;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/svg/svg.h b/cinelerra-5.1/plugins/svg/svg.h index 52cd510f..e3343a4f 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, out_w, out_h, dpi; char svg_file[BCTEXTLEN]; + int64_t ms_time; };