X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fplaybackengine.h;h=0a717f117f3bc0ba6e22a6ad09424d581da7b59f;hp=85fc00ad9aeae06b3e498dfd3a91193a559c3b87;hb=cb1a1530246ad67fb9be9aa2dbba5b88eb63e933;hpb=2e28d225c343f02500594688bf8d0528df40600c diff --git a/cinelerra-5.1/cinelerra/playbackengine.h b/cinelerra-5.1/cinelerra/playbackengine.h index 85fc00ad..0a717f11 100644 --- a/cinelerra-5.1/cinelerra/playbackengine.h +++ b/cinelerra-5.1/cinelerra/playbackengine.h @@ -110,12 +110,12 @@ public: // Copy of main preferences Preferences *preferences; + int put_command(TransportCommand *command, int reset); 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; - Mutex *sent_lock; // active command, stop command TransportCommand *command, *stop_command; // next command under construction, last sent command @@ -126,6 +126,7 @@ public: int done; int is_playing_back; + int send_active; // General purpose debugging register int debug;