add threads param to ffmpeg plugins, spec fix, added m2t ext
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginserver.h
index 552bbe77370fe3b2b9355e6e69b1a77528a3f467..62b65f9726354dafa32f5448273b3e994e27dbe8 100644 (file)
@@ -125,8 +125,7 @@ public:
                        EDL *edl, Plugin *plugin);
 // close the plugin
        int close_plugin();
-       int get_theme_png_path(char *png_path, const char *theme_dir);
-       int get_theme_png_path(char *png_path, Theme *theme);
+       int get_plugin_png_path(char *png_path, const char *plugin_icons);
        int get_plugin_png_path(char *png_path);
        void dump(FILE *fp=stdout);
 // Release any objects which are required after playback stops.