dynamic keyframes, textbox rework, andrea ffmpeg.opts, perpetual chkpt undo, lv2...
[goodguy/history.git] / cinelerra-5.1 / plugins / titler / titler.h
index 0f887d017f5b01287d9ec53a4c4ff17a4315b027..cf4a203791f41c8143014b8ebd5a41d2c0ad4e6d 100644 (file)
@@ -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;