X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=bbd41964d608a16504ea23c2daa6d4a7aeea0154;hb=98e035865979cda9805a58a85d52f8d70a7ec54e;hp=0500641c985e7045272f5660010df60c7a888d55;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index 0500641c..bbd41964 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -92,6 +92,10 @@ public: int perpetual_session; int trap_sigsegv; int trap_sigintr; +// 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 @@ -109,6 +113,8 @@ 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; @@ -128,7 +134,12 @@ public: // yuv color space/range int yuv_color_space; 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];