add lv2 autostart pref, add ffmpeg config pot/slider
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index 55d47e890b176e264cb47e0a8cc9d7aba76b8500..8a7db3577ca9ad65ecd25ed228a100574f2b4e28 100644 (file)
@@ -89,8 +89,10 @@ public:
 // Use thumbnails in AWindow assets.
        int use_thumbnails;
        int keyframe_reticle;
+       int perpetual_session;
        int trap_sigsegv;
        int trap_sigintr;
+       int autostart_lv2ui;
 // Title of theme
        char theme[BCTEXTLEN];
 // plugin icon set
@@ -129,7 +131,7 @@ public:
        int yuv_color_range;
 
 // Default positions for channels
-       int channel_positions[MAXCHANNELS * MAXCHANNELS];
+       int channel_positions[MAXCHANNELS][MAXCHANNELS];
 
        Asset *brender_asset;
        int use_brender;
@@ -156,6 +158,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;