add transition caching with pref, rev read frame caching, cache lock tweaks, fix...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / playbackengine.h
index 65935c2bd9d5c8850fcb68aa0c5608b764f5699e..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;