improve resize flash operation, fixup xv grab/ungrab, fixup label updates
[goodguy/history.git] / cinelerra-5.1 / cinelerra / pluginclient.h
index da684b4fb257b6914f6256f6cfd4c778a7423cf7..6c9aff3884f042943293617c9ea834cbdf6673aa 100644 (file)
@@ -24,7 +24,6 @@
 
 // Base class inherited by all the different types of plugins.
 
-#define BCASTDIR "~/.bcast5/"
 #define MAX_FRAME_BUFFER 1024
 
 class PluginClient;
@@ -241,7 +240,6 @@ public:
 // For realtime plugins give the requested framerate.
        virtual double get_framerate();
        virtual int delete_nonrealtime_parameters();
-       virtual int start_plugin();         // run a non realtime plugin
        virtual int get_parameters();     // get information from user before non realtime processing
        virtual int64_t get_in_buffers(int64_t recommended_size);  // return desired size for input buffers
        virtual int64_t get_out_buffers(int64_t recommended_size);     // return desired size for output buffers