rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileexr.h
index f05c92aaf305ca89c29f1b5d57d0bf251577d706..3e474891d0f406c770d386837f7a9c657b67c242 100644 (file)
@@ -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);