X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=d7f449efa09efcc0fe8f081471d3eab086512b56;hb=404606b5c3b61c130942879de8bf4c4c95854cb0;hp=55d47e890b176e264cb47e0a8cc9d7aba76b8500;hpb=243336668c89096732786c6b3f3c5918aa2eff26;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 55d47e89..d7f449ef 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -129,7 +129,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 +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;