ffmpeg seek fixes, asset only pastes, plugin info, remove vocoder, misc fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginserver.h
index b1d9c1b4e522aa5d8f96442ae254a1479f20c38f..552bbe77370fe3b2b9355e6e69b1a77528a3f467 100644 (file)
@@ -382,9 +382,8 @@ public:
        int uses_gui;
 // Plugin is a transition
        int transition;
-// name of plugin in english.
-// Compared against the title value in the plugin for resolving symbols.
-       char *title;
+// name/tip of plugin in current locale.
+       char *title, *tip;
        int64_t written_samples, written_frames;
        char *path;           // location of plugin on disk
        char *data_text;      // pointer to the data that was requested by a save_data command