X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=0500641c985e7045272f5660010df60c7a888d55;hb=02a79c110b1bce1d500849c82b2098863cd60424;hp=c93187ea86f2a328c30205e5400ad0ceb7b03c0a;hpb=0d37fdc03a4c5eeffef41d15490ebc528079ea52;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index c93187ea..0500641c 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -89,6 +89,7 @@ public: // Use thumbnails in AWindow assets. int use_thumbnails; int keyframe_reticle; + int perpetual_session; int trap_sigsegv; int trap_sigintr; // Title of theme @@ -124,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; @@ -153,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; @@ -169,6 +175,8 @@ public: // ====================================== Plugin Set ============================== char plugin_dir[BCTEXTLEN]; + char lv2_path[BCTEXTLEN]; + int autostart_lv2ui; // Required when updating renderfarm rates Mutex *preferences_lock;