rework affine, added generic interpolation, lens plugin upgrade
[goodguy/history.git] / cinelerra-5.1 / cinelerra / formattools.h
index 3929bbff5ec02f0058f5c6e001e8d6a73dcfacb3..d4c7761b0f7f635151a0759379e7a805a89e0203 100644 (file)
@@ -70,7 +70,7 @@ public:
 // 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);
@@ -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;