X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=e076457494a576a99e148558d4313318dda8dee5;hp=b11a8f9ff1d409fa7d490135fda768b58f9bfe75;hb=9b18af02dc4ccbf052ef9d70180a3d16c0f9848b;hpb=258d9cb69d560f40961acdd20866e12e940c2f93 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index b11a8f9f..e0764574 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -95,6 +95,7 @@ public: // media thumbnail size int awindow_picon_h; int vicon_size, vicon_color_mode; + float layout_scale; // Title of theme char theme[BCTEXTLEN]; // plugin icon set @@ -112,9 +113,13 @@ public: int real_processors; // ffmpeg builds marker indexes as it builds idx files int ffmpeg_marker_indexes; +// ffmpeg hw_dev driver probe name + char use_hw_dev[BCSTRLEN]; // warning int warn_indexes; int warn_version; + int warn_stack; + int warn_fileref; int bd_warn_root; // grab input focus on enter notify int grab_input_focus; @@ -133,6 +138,10 @@ public: int yuv_color_range; // autocolor asset edit title int autocolor_assets; +// ctrl_toggle && !ctrl_down() clears selection before toggle + int ctrl_toggle; +// rectify timeline audio waveform + int rectify_audio; // Default positions for channels int channel_positions[MAXCHANNELS][MAXCHANNELS]; @@ -181,6 +190,7 @@ public: char plugin_dir[BCTEXTLEN]; char lv2_path[BCTEXTLEN]; int autostart_lv2ui; + char nested_proxy_path[BCTEXTLEN]; // Required when updating renderfarm rates Mutex *preferences_lock;