camera position fix, rework transportque locks again, camera drag tweaks, window...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / playbackengine.h
index 73ef329cd9064301b8646e884579c3924be8eae3..29632529e74e3bbbcbcc22015231eb5faacc4e63 100644 (file)
@@ -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;