X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frenderengine.h;h=abe7b7079df1af1029bb7650614ada3a7998182e;hb=8b9bf13ecb7f40eddc9155ac87bedce58c5942ed;hp=4e9c9689df18ae57e5ba4904890dbe6cd4d72933;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/renderengine.h b/cinelerra-5.1/cinelerra/renderengine.h index 4e9c9689..abe7b707 100644 --- a/cinelerra-5.1/cinelerra/renderengine.h +++ b/cinelerra-5.1/cinelerra/renderengine.h @@ -84,11 +84,11 @@ public: int64_t sync_position(); // Called by VRender to reset the timers once the first frame is done. void reset_sync_position(); -// return samples since start of playback - int64_t session_position(); // Update preferences window void update_framerate(float framerate); +// update canvas scope gui + void update_scope(VFrame *frame); // Copy of command TransportCommand *command; @@ -101,7 +101,6 @@ public: // Canvas if being used for CWindow Canvas *output; - // Lock out new commands until completion Condition *input_lock; // Lock out interrupts until started