rework proxy scaler, fix crop-gui coord, video_data tweak for proxy_format
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index 0500641c985e7045272f5660010df60c7a888d55..edb28712e4182bf556fa7eadfe66f47a38578aa3 100644 (file)
@@ -92,6 +92,9 @@ public:
        int perpetual_session;
        int trap_sigsegv;
        int trap_sigintr;
+// media thumbnail size
+       int awindow_picon_h;
+       int vicon_size, vicon_color_mode;
 // Title of theme
        char theme[BCTEXTLEN];
 // plugin icon set
@@ -109,6 +112,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 +133,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];