render effect segv, drag chkbox track coords, check mask active,
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / pluginaclient.h
index d5b80e4db74f405f2be8b9a0591c6b0b76876171..b0761d0da24fd53fcbffaa923fd8431bc4e7ab88 100644 (file)
@@ -104,7 +104,8 @@ public:
 
        int64_t local_to_edl(int64_t position);
        int64_t edl_to_local(int64_t position);
-
+       int64_t get_startproject();
+       int64_t get_endproject();
 
 // point to the start of the buffers
        ArrayList<float**> input_ptr_master;