dcraw/filecr2 rework, cpozer zoom slider resize fix, rename mpeg3 utils as zmpeg3
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edlsession.h
index bf0acbb905b0037c70d025168ef648e73dd131a9..38dc34755767a24f05689a7a6f68ee879a3425da 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef EDLSESSION_H
 #define EDLSESSION_H
 
+#include "asset.inc"
 #include "autoconf.inc"
 #include "bcwindowbase.inc"
 #include "bchash.inc"
@@ -82,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
@@ -98,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
@@ -144,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;