X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedlsession.h;h=38dc34755767a24f05689a7a6f68ee879a3425da;hb=77815ec03df6a03ed75433e8cf8ae1e83fb76d6e;hp=9affcfefff8071b762346c8f5efaf3d09b7ab009;hpb=21b49090a36821cfe97bdfc573c7fbacc80653d1;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 9affcfef..38dc3475 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -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;