asset drag/drop to viewers, bluebanana bug, listbox fontlist highlight
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filebase.h
index db9e5b06ffac1b7db93b6d992a35210ee0a27931..3555e1e267f9a2f0bf69c0c1d7ac73bf16cd99e0 100644 (file)
@@ -30,6 +30,8 @@
 #include "guicast.h"
 #include "file.inc"
 #include "filelist.inc"
+#include "indexfile.inc"
+#include "mainprogress.inc"
 #include "overlayframe.inc"
 #include "strategies.inc"
 #include "vframe.inc"
@@ -69,7 +71,7 @@ public:
 
 
 
-       virtual int get_index(char *index_path) { return 1; }
+       virtual int get_index(IndexFile *index_file, MainProgressBar *progress_bar) { return -1; }
        virtual int check_header() { return 0; }  // Test file to see if it is of this type.
        virtual int reset_parameters_derived() { return 0; }
        virtual int read_header() { return 1; }   // WAV files for getting header