X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;fp=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=73ef329cd9064301b8646e884579c3924be8eae3;hb=7773615d89c9da219d3ade11c265601bfbc07dc0;hp=9febc05984169fd312c9e1ab5954d54d767b62dd;hpb=c2e0e13ae922580f5eaa0953ade0f0958d1ab179;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 9febc059..73ef329c 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -110,14 +110,15 @@ public: // Copy of main preferences Preferences *preferences; - int transport_stop(); + int transport_stop(int wait_tracking); int transport_command(int command, int change_type=CHANGE_NONE, EDL *new_edl=0, int use_inout=0); Condition *input_lock, *output_lock; // active command - TransportCommand *command, *stop_command; - TransportCommand *curr_command, *next_command; + TransportCommand *command; +// stop, next, queued commands + TransportCommand *stop_command, *next_command, *curr_command; // Render engine RenderEngine *render_engine;