rework set default transtion, nested proxy edl fixes, doubleclick proxy media fix...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edit.h
index adbb0c47e4e4e9ded3eeda5b9a16a6ce55418c42..e4bbcc5d2a8069d15540e4b248aae37c61b57444 100644 (file)
@@ -143,11 +143,11 @@ 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;