remove incorrectly named
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / playbackengine.h
index ee27ff19a4b55e4ddf1db4250d7655c2f8ddc02f..9fdb45fbc428fd5b7b8d35be2b5ebee141b33d55 100644 (file)
@@ -86,6 +86,7 @@ public:
        void stop_playback(int wait);
        void refresh_frame(int change_type, EDL *edl, int dir=1);
        int get_direction();
+       void update_preferences(Preferences *prefs);
 
 // Maintain caches through console changes
        CICache *audio_cache, *video_cache;
@@ -106,6 +107,8 @@ public:
        Condition *pause_lock;
 // Wait until thread has started
        Condition *start_lock;
+// Reinit caches
+       Mutex *cache_lock;
 
        MWindow *mwindow;
        Canvas *output;