Andrew improves asset of Interlace + some aspect ratio fixups
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index fd2304692a7039f573b8013e5363809329cdcd0c..4b60577ab9f2b7dab56422b3a831b1ee6d2b2e1b 100644 (file)
@@ -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;
@@ -155,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;