repeat play, in/out <> shortcuts, append to proj wording, cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index c93187ea86f2a328c30205e5400ad0ceb7b03c0a..d7f449efa09efcc0fe8f081471d3eab086512b56 100644 (file)
@@ -124,9 +124,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 +156,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;