X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedit.h;h=adbb0c47e4e4e9ded3eeda5b9a16a6ce55418c42;hb=74afbc29ac4ce9d94d53e10342979f2c59f1f193;hp=3324711a08609cfc100377822411dab54b4a4a23;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edit.h b/cinelerra-5.1/cinelerra/edit.h index 3324711a..adbb0c47 100644 --- a/cinelerra-5.1/cinelerra/edit.h +++ b/cinelerra-5.1/cinelerra/edit.h @@ -132,7 +132,8 @@ public: // User defined title for timeline char user_title[BCTEXTLEN]; int is_plugin; - +// edge cannot be optimized + int hard_left, hard_right; // Transition if one is present at the beginning of this edit // This stores the length of the transition @@ -152,15 +153,6 @@ public: EDL *edl; - - - - - - - - - // ============================= initialization int load_properties(FileXML *xml, int64_t &startproject);