change thread join strategy, fix a few leaks, fix a few bugs
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileac3.h
index ab9544ef9a0d287304ee3a199bb693d5365520e4..c2a30b287f5cd2aea441fc41f1a069d5376f0ed4 100644 (file)
@@ -32,6 +32,8 @@ extern "C" {
 
 #include "filebase.h"
 #include "filempeg.inc"
+#include "indexfile.inc"
+#include "mainprogress.inc"
 
 
 class FileAC3 : public FileBase
@@ -52,7 +54,7 @@ public:
        int close_file();
        int read_samples(double *buffer, int64_t len);
        int write_samples(double **buffer, int64_t len);
-       int get_index(char *index_path);
+       int get_index(IndexFile *index_file, MainProgressBar *progress_bar);
 
 private:
        AVCodec *codec;