X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileac3.h;h=c2a30b287f5cd2aea441fc41f1a069d5376f0ed4;hb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f;hp=ab9544ef9a0d287304ee3a199bb693d5365520e4;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/fileac3.h b/cinelerra-5.1/cinelerra/fileac3.h index ab9544ef..c2a30b28 100644 --- a/cinelerra-5.1/cinelerra/fileac3.h +++ b/cinelerra-5.1/cinelerra/fileac3.h @@ -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;