Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / preferences.h
index e814f4260f8f91d5a52a64af59d3ccedc15a4e22..4f743975ea04ea8eb41a8853b7792a25e25d93c9 100644 (file)
@@ -33,6 +33,8 @@
 #include "shbtnprefs.inc"
 #include "videoconfig.inc"
 
+// for MAX_COLOR_SPACE
+#include "appearanceprefs.h"
 
 class Preferences
 {
@@ -191,6 +193,9 @@ public:
        ArrayList<ShBtnPref *> shbtn_prefs;
 // file open probe order
        ArrayList<ProbePref *> file_probes;
+// fast/slow forward and backward speeds, default 2.0/0.5
+       float fast_speed;
+       float slow_speed;
 
 // ====================================== Plugin Set ==============================
        char plugin_dir[BCTEXTLEN];