X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferences.h;h=980e55e0889a4bdd1af208d221d3ad93b44cadcb;hp=f20a791be9ef9efcd9eeeb7a8164c70be6711f85;hb=ddfda6a8cc59bda4dc734973c1c5fecaa31ea487;hpb=dcaa99e024dc4eac8e22e94ca6c0a92d67570478 diff --git a/cinelerra-5.1/cinelerra/preferences.h b/cinelerra-5.1/cinelerra/preferences.h index f20a791b..980e55e0 100644 --- a/cinelerra-5.1/cinelerra/preferences.h +++ b/cinelerra-5.1/cinelerra/preferences.h @@ -97,9 +97,10 @@ public: int vicon_size, vicon_color_mode; float layout_scale; // Title of theme - char theme[BCTEXTLEN]; + char theme[BCSTRLEN]; + char locale[BCSTRLEN]; // plugin icon set - char plugin_icons[BCTEXTLEN]; + char plugin_icons[BCSTRLEN]; // snapshot directory path char snapshot_path[BCTEXTLEN]; double render_preroll; @@ -117,8 +118,9 @@ public: char use_hw_dev[BCSTRLEN]; // warning int warn_indexes; - int warn_version; + int unsafe_gui; int warn_stack; + int warn_fileref; int bd_warn_root; // grab input focus on enter notify int grab_input_focus; @@ -126,6 +128,8 @@ public: int popupmenu_btnup; // textbox focus policy: click, leave int textbox_focus_policy; +// apply display_matrix rotation, ffmpeg only + int auto_rotate; // forward playback starts next frame, not this frame int forward_render_displacement; // use dvd yuv420p interlace format @@ -152,6 +156,7 @@ public: // Several caches of cache_size exist so multiply by 4. // rendering, playback, timeline, preview int64_t cache_size; + int cache_transitions; int use_renderfarm; int renderfarm_port;