X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileexr.h;h=3e474891d0f406c770d386837f7a9c657b67c242;hb=214bd0ba9e21635e03d0c0e2b2ae1a7e9170583c;hp=f05c92aaf305ca89c29f1b5d57d0bf251577d706;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/fileexr.h b/cinelerra-5.1/cinelerra/fileexr.h index f05c92aa..3e474891 100644 --- a/cinelerra-5.1/cinelerra/fileexr.h +++ b/cinelerra-5.1/cinelerra/fileexr.h @@ -23,7 +23,9 @@ #define FILEEXR_H +#include "edl.inc" #include "file.inc" +#include "fileexr.inc" #include "filelist.h" #include "vframe.inc" @@ -35,10 +37,8 @@ public: static int check_sig(Asset *asset, char *test); static void get_parameters(BC_WindowBase *parent_window, - Asset *asset, - BC_WindowBase* &format_window, - int audio_options, - int video_options); + Asset *asset, BC_WindowBase* &format_window, + int audio_options, int video_options, EDL *edl); static int get_best_colormodel(Asset *asset, int driver); int colormodel_supported(int colormodel); int read_frame_header(char *path);