X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=aab5c810b8fb33cb4fcd87f511defdaa9bcc5ba1;hp=ac0784b53404f884b2981c84138ce0472e82507c;hb=214bd0ba9e21635e03d0c0e2b2ae1a7e9170583c;hpb=b5c58822be78c8820692c916e296a2230bb2b9e2 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index ac0784b5..aab5c810 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -89,12 +89,15 @@ public: // Use thumbnails in AWindow assets. int use_thumbnails; int keyframe_reticle; + int perpetual_session; int trap_sigsegv; int trap_sigintr; // Title of theme char theme[BCTEXTLEN]; // plugin icon set char plugin_icons[BCTEXTLEN]; +// snapshot directory path + char snapshot_path[BCTEXTLEN]; double render_preroll; int brender_preroll; int force_uniprocessor; @@ -122,9 +125,12 @@ public: int dvd_yuv420p_interlace; // highlight inversion color int highlight_inverse; +// yuv color space/range + int yuv_color_space; + int yuv_color_range; // Default positions for channels - int channel_positions[MAXCHANNELS * MAXCHANNELS]; + int channel_positions[MAXCHANNELS][MAXCHANNELS]; Asset *brender_asset; int use_brender; @@ -151,6 +157,8 @@ public: int renderfarm_job_count; // Consolidate output files int renderfarm_consolidate; +// watchdog timeout, zero disabled + int renderfarm_watchdog_timeout; // Tip of the day int use_tipwindow;