X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=29632529e74e3bbbcbcc22015231eb5faacc4e63;hb=2287a1f9b45c690c3604b93a05bff0543ea4fee8;hp=73ef329cd9064301b8646e884579c3924be8eae3;hpb=7773615d89c9da219d3ade11c265601bfbc07dc0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 73ef329c..29632529 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -115,10 +115,10 @@ public: EDL *new_edl=0, int use_inout=0); Condition *input_lock, *output_lock; -// active command - TransportCommand *command; -// stop, next, queued commands - TransportCommand *stop_command, *next_command, *curr_command; +// active command, stop command + TransportCommand *command, *stop_command; +// next command under construction, last sent command + TransportCommand *next_command, *sent_command; // Render engine RenderEngine *render_engine;