X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilepng.h;h=2263bc381a8a526ad77eb700fe6f15dff4ce19b2;hb=ae44cc4a24c9e04ee5e3b38baf6ce529832cfb39;hp=859514443ef72cd6947407bdfd862dc500dc2b2d;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filepng.h b/cinelerra-5.1/cinelerra/filepng.h index 85951444..2263bc38 100644 --- a/cinelerra-5.1/cinelerra/filepng.h +++ b/cinelerra-5.1/cinelerra/filepng.h @@ -23,6 +23,7 @@ #define FILEPNG_H +#include "edl.inc" #include "file.inc" #include "filebase.h" #include "filelist.h" @@ -36,10 +37,8 @@ public: static int check_sig(Asset *asset); 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(VFrame *frame, VFrame *data);