opencv lib path fix, ub18 fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edlsession.h
index d5d610ee742dc6a68edd5d9a61b630ae5953f0b6..0aeebeac3d8a537b6466b698b2ac1e3d0101fb02 100644 (file)
@@ -116,6 +116,7 @@ public:
        int cwindow_xscroll;
        int cwindow_yscroll;
        float cwindow_zoom;
+       int cwindow_click2play;
 // Transition
        char default_atransition[BCTEXTLEN];
        char default_vtransition[BCTEXTLEN];
@@ -214,7 +215,7 @@ public:
 // play every frame
        int video_every_frame;
 // decode video asynchronously
-       int video_asynchronous;
+//     int video_asynchronous;
        int video_tracks;
 // number of frames to write to disk at a time during video recording.
        int video_write_length;
@@ -222,6 +223,7 @@ public:
 // Use the vwindow meter or not
        int vwindow_meter;
        float vwindow_zoom;
+       int vwindow_click2play;
 
 // Global ID counter
        static int current_id;