X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=d6f1821d57a27f8ecaeb50ea4f595d7e77ea300d;hb=9db053d413fde01439cc72ec2109913dfda2ec7b;hp=d18c7c69d8ea91f3edcb0be7af240ee9f7dd8bf9;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index d18c7c69..d6f1821d 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -85,6 +85,7 @@ public: int index_count; // Use thumbnails in AWindow assets. int use_thumbnails; + int keyframe_reticle; int trap_sigsegv; int trap_sigintr; // Title of theme @@ -92,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; @@ -101,7 +103,13 @@ public: int ffmpeg_early_probe; // ffmpeg builds marker indexes as it builds idx files int ffmpeg_marker_indexes; +// warning int warn_indexes; + int warn_version; +// 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];