X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fbatchrender.h;h=356ebf7e82fa476275b37e936f7bc6214be29c47;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=c24eb088c909690ced7df74cb8c1453c883e5898;hpb=9db053d413fde01439cc72ec2109913dfda2ec7b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/batchrender.h b/cinelerra-5.1/cinelerra/batchrender.h index c24eb088..356ebf7e 100644 --- a/cinelerra-5.1/cinelerra/batchrender.h +++ b/cinelerra-5.1/cinelerra/batchrender.h @@ -92,11 +92,11 @@ public: int test_edl_files(); void calculate_dest_paths(ArrayList *paths, Preferences *preferences); - void reset(int warn=0); + void reset(const char *path=0); // Load batch rendering jobs void load_jobs(char *path, Preferences *preferences); // Not applicable to western civilizations - void save_jobs(char *path); + void save_jobs(char *path=0); void load_defaults(BC_Hash *defaults); void save_defaults(BC_Hash *defaults); // Create path for persistent storage functions @@ -121,6 +121,7 @@ public: static void trap_hook(FILE *fp, void *vp); MWindow *mwindow; + char batch_path[BCTEXTLEN]; double current_start; double current_end; BatchRenderJob *default_job; @@ -136,7 +137,6 @@ public: int rendering_job; int is_rendering; int warn; - ArrayList *file_entries; }; @@ -308,6 +308,7 @@ public: // BC_Title *status_text; // BC_ProgressBar *progress_bar; BC_Title *list_title; + BC_Title *batch_path; BatchRenderNew *new_batch; BatchRenderDelete *delete_batch; BatchRenderSaveList *savelist_batch;