label edit deadlock, build openexr cfg option, code cleanup
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edlsession.h
index 9affcfefff8071b762346c8f5efaf3d09b7ab009..38dc34755767a24f05689a7a6f68ee879a3425da 100644 (file)
@@ -83,8 +83,9 @@ public:
        int autos_follow_edits;
 // Generate keyframes for every tweek
        int auto_keyframes;
-// Where to start background rendering
+// Where to do background rendering
        double brender_start;
+       double brender_end;
 // Length of clipboard if pasting
        double clipboard_length;
 // Colormodel for intermediate frames
@@ -99,7 +100,7 @@ public:
        float ruler_x2, ruler_y2;
 // Ruler points relative to the output frame.
 // Current folder in resource window
-       char current_folder[BCTEXTLEN];
+       int awindow_folder;
 // align cursor on frame boundaries
        int cursor_on_frames;
 // paste keyframes to any track type
@@ -145,7 +146,7 @@ public:
        int labels_follow_edits;
        int mpeg4_deblock;
        int plugins_follow_edits;
-// For main menu plugin attaching, 
+// For main menu plugin attaching,
 // // attach 1 standalone on the first track and share it with other tracks
        int single_standalone;
        int meter_format;