X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplugin.h;h=15aa75ced5799b34f26ffa99442088573e754efb;hb=2a37de867f673f52de9624b24add1d91275ba527;hp=ef5d74887b12215e24113e736a0afe19e8604738;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/plugin.h b/cinelerra-5.1/cinelerra/plugin.h index ef5d7488..15aa75ce 100644 --- a/cinelerra-5.1/cinelerra/plugin.h +++ b/cinelerra-5.1/cinelerra/plugin.h @@ -108,6 +108,7 @@ public: // Shift in time void shift(int64_t difference); void dump(FILE *fp=stdout); + static void fix_plugin_title(char *title); // Called by PluginClient sequence to get rendering parameters KeyFrame* get_prev_keyframe(int64_t position, int direction); KeyFrame* get_next_keyframe(int64_t position, int direction);