X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftitler%2Ftitler.h;h=cf4a203791f41c8143014b8ebd5a41d2c0ad4e6d;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hp=0f887d017f5b01287d9ec53a4c4ff17a4315b027;hpb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/titler/titler.h b/cinelerra-5.1/plugins/titler/titler.h index 0f887d01..cf4a2037 100644 --- a/cinelerra-5.1/plugins/titler/titler.h +++ b/cinelerra-5.1/plugins/titler/titler.h @@ -161,8 +161,8 @@ public: double fade_in, fade_out; float pixels_per_second; // Speed of motion // Text to display - wchar_t wtext[3*BCTEXTLEN]; - int wlen; + wchar_t *wtext; + long wsize, wlen; // Position in frame relative to top left float title_x, title_y; int title_w, title_h; @@ -178,6 +178,7 @@ public: char background_path[BCTEXTLEN]; void convert_text(); + int demand(long sz); // Time Code Format int timecode_format;