X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fedit.h;h=e4bbcc5d2a8069d15540e4b248aae37c61b57444;hb=b30123c9534e8df8da1694d40396d86396bf1c08;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..e4bbcc5d 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 @@ -142,25 +143,16 @@ public: Track *track; -// Asset is 0 if silence, otherwise points an object in edl->assets +// points to an object in edl->assets if set Asset *asset; - -// points to an object in edl->clips if a nested clip +// points to an object in edl->nested_edls if set EDL *nested_edl; +// Asset and nested_edl are 0 if silence // Parent EDL of this edit EDL *edl; - - - - - - - - - // ============================= initialization int load_properties(FileXML *xml, int64_t &startproject);