edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formattools.h
index b5b567684eebf1125de1b781b61ca780dc917f44..9f49c04fdce5a2ad137b980774c3b7ff66018309 100644 (file)
@@ -64,18 +64,18 @@ public:
                                                int prompt_video_compression,
                                                const char *locked_compressor,  // Select compressors to be offered
                                                int recording, // Change captions for recording
-                                               int *strategy,  // If nonzero, prompt for insertion strategy
+                                               int *file_per_label,  // prompt if nonzero
                                                int brender,   // Supply file formats for background rendering
                                                int horizontal_layout = 0);
 // In recording preferences, aspects of the format are locked
 // depending on the driver used.
        void update_driver(int driver);
-       void update_format();
+       virtual void update_format();
 
 
        void reposition_window(int &init_x, int &init_y);
 // Put new asset's parameters in and change asset.
-       void update(Asset *asset, int *strategy);
+       void update(Asset *asset, int *file_per_label);
 // Update filename extension when format is changed.
        void update_extension();
        void close_format_windows();
@@ -116,8 +116,6 @@ public:
 
        FormatMultiple *multiple_files;
 
-// Suggestions for the textbox
-       ArrayList<BC_ListBoxItem*> *file_entries;
        ArrayList<PluginServer*> *plugindb;
        MWindow *mwindow;
        const char *locked_compressor;
@@ -129,7 +127,7 @@ public:
        int prompt_audio_channels;
        int prompt_video;
        int prompt_video_compression;
-       int *strategy;
+       int *file_per_label;
        int w;
 // Determines what the configuration buttons do.
        int video_driver;
@@ -167,8 +165,6 @@ public:
 
        int handle_event();
        FormatTools *format;
-       static int load_defaults(const char *path, const char *type,
-               char *codec, char *codec_options, int len);
 
 // squash show/hide window
        int show_window(int flush=1) { return 0; }