X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=3b2b221b9522dd3fdc2306b29021bba848e2bb41;hb=f110e7626d433b4724befe0871a3a35f9f81f264;hp=412d57214337fc8c47757ab1e49bd458173fdd94;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 412d5721..3b2b221b 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -93,6 +93,7 @@ public: double render_preroll; int brender_preroll; int force_uniprocessor; + int project_smp; // The number of cpus to use when rendering. // Determined by /proc/cpuinfo and force_uniprocessor int processors; @@ -104,6 +105,12 @@ public: int ffmpeg_marker_indexes; // warning int warn_indexes; + int warn_version; + int bd_warn_root; +// popup menus activate on button release + int popupmenu_btnup; +// use dvd yuv420p interlace format + int dvd_yuv420p_interlace; // Default positions for channels int channel_positions[MAXCHANNELS * MAXCHANNELS];