X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbatchrender.h;fp=cinelerra-5.1%2Fcinelerra%2Fbatchrender.h;h=6dfcabb4b5d301ad7ef3f4ad4812c32991d7273f;hb=723142d62d61cde588e961426440f839ca9dcda9;hp=356ebf7e82fa476275b37e936f7bc6214be29c47;hpb=c228887ab37c08509ae86a46f52b8f62b474129a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/batchrender.h b/cinelerra-5.1/cinelerra/batchrender.h index 356ebf7e..6dfcabb4 100644 --- a/cinelerra-5.1/cinelerra/batchrender.h +++ b/cinelerra-5.1/cinelerra/batchrender.h @@ -54,19 +54,20 @@ public: class BatchRenderJob { public: - BatchRenderJob(Preferences *preferences); + BatchRenderJob(Preferences *preferences, int strategy=-1); ~BatchRenderJob(); void copy_from(BatchRenderJob *src); void load(FileXML *file); void save(FileXML *file); - void fix_strategy(); + int get_strategy(); // Source EDL to render char edl_path[BCTEXTLEN]; // Destination file for output Asset *asset; int strategy; + int file_per_label; int enabled; // Amount of time elapsed in last render operation double elapsed;