lock xft, plugin index builder lock, clear clip thumbnails, clear vwin clock, setpoin...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edit.h
index 3324711a08609cfc100377822411dab54b4a4a23..e4bbcc5d2a8069d15540e4b248aae37c61b57444 100644 (file)
@@ -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);