X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=2fd071677bb52b19157781f6c1c04b459c4429df;hb=af9d4868955bf1c521383795e55d29a2d4d05db2;hp=1dd0482e3232218620c48e376be3aa04aa267d14;hpb=0513350234a8dcd08e5a0117d5121724ef7b76b6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 1dd0482e..2fd07167 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -81,9 +81,10 @@ public: ChannelDB* get_channeldb(); void run(); - void stop_playback(); + void stop_playback(int wait); void issue_command(EDL *edl, int command, int wait_tracking, int use_inout, int update_refresh, int toggle_audio); + void refresh_frame(int change_type, EDL *edl); // Maintain caches through console changes CICache *audio_cache, *video_cache;