rework affine, added generic interpolation, lens plugin upgrade
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.h
index af401ac08932a3dfa0968b06a71ec714cbdaf038..779363a324a55367875cbff1c79df7621b982181 100644 (file)
@@ -93,6 +93,8 @@ public:
        int trap_sigintr;
 // Title of theme
        char theme[BCTEXTLEN];
+// plugin icon set
+       char plugin_icons[BCTEXTLEN];
        double render_preroll;
        int brender_preroll;
        int force_uniprocessor;
@@ -112,6 +114,8 @@ public:
        int popupmenu_btnup;
 // textbox focus policy: click, leave
        int textbox_focus_policy;
+// forward playback starts next frame, not this frame
+       int forward_render_displacement;
 // use dvd yuv420p interlace format
        int dvd_yuv420p_interlace;