X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=9fdb45fbc428fd5b7b8d35be2b5ebee141b33d55;hb=c4c898707e3fdbf2979b7bc43ac0e1b0fa779663;hp=ee27ff19a4b55e4ddf1db4250d7655c2f8ddc02f;hpb=f1fc28e0bbb5a7c0e153ef9c1abdbfb1186e1acc;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index ee27ff19..9fdb45fb 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -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;