add usb_direct for shuttle, revised shuttle again, titler tweak, transportque design...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / playbackengine.h
index 73ef329cd9064301b8646e884579c3924be8eae3..85fc00ad9aeae06b3e498dfd3a91193a559c3b87 100644 (file)
@@ -115,10 +115,11 @@ 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;
+       Mutex *sent_lock;
+// 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;