X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitle.h.stroker;h=62b5be0c5f2c1eadab95fb69b8a0a14945dd6292;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=f4165c1bf604f63e1f146c0bdb13b4804f7db460;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/title.h.stroker b/cinelerra-5.1/plugins/titler/title.h.stroker index f4165c1b..62b5be0c 100644 --- a/cinelerra-5.1/plugins/titler/title.h.stroker +++ b/cinelerra-5.1/plugins/titler/title.h.stroker @@ -72,10 +72,10 @@ public: // Only used to clear glyphs int equivalent(TitleConfig &that); void copy_from(TitleConfig &that); - void interpolate(TitleConfig &prev, - TitleConfig &next, - int64_t prev_frame, - int64_t next_frame, + void interpolate(TitleConfig &prev, + TitleConfig &next, + int64_t prev_frame, + int64_t next_frame, int64_t current_frame); @@ -107,7 +107,7 @@ public: // Text to display char text[BCTEXTLEN]; -// Encoding to convert from +// Encoding to convert from char encoding[BCTEXTLEN]; // Width of the stroke double stroke_width; @@ -161,7 +161,7 @@ public: // Draw a single character into the glyph cache -// +// class GlyphPackage : public LoadPackage { public: