X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileppm.h;h=ec6a094a4b9de5e78f9a028212623b1f9cd6b964;hp=05f145d1c42187a0d095f9c97746080d4367d6a3;hb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;hpb=efc8fa7dc7ddcdeaa9398e09d81975a6ccf526fc diff --git a/cinelerra-5.1/cinelerra/fileppm.h b/cinelerra-5.1/cinelerra/fileppm.h index 05f145d1..ec6a094a 100644 --- a/cinelerra-5.1/cinelerra/fileppm.h +++ b/cinelerra-5.1/cinelerra/fileppm.h @@ -22,6 +22,7 @@ #ifndef FILEPPM_H #define FILEPPM_H +#include "edl.inc" #include "filelist.h" #include "fileppm.inc" @@ -43,14 +44,16 @@ public: int read_frame_header(char *path); int write_frame(VFrame *frame, VFrame *output, FrameWriterUnit *unit); FrameWriterUnit* new_writer_unit(FrameWriter *writer); - static void get_parameters(BC_WindowBase *parent_window, Asset *asset, - BC_WindowBase* &format_window, int audio_options, int video_options); + static void get_parameters(BC_WindowBase *parent_window, + Asset *asset, BC_WindowBase* &format_window, + int audio_options, int video_options, EDL *edl); }; class PPMConfigVideo : public BC_Window { public: PPMConfigVideo(BC_WindowBase *gui, Asset *asset); + void create_objects(); BC_WindowBase *gui; Asset *asset;