X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedit.h;h=e4bbcc5d2a8069d15540e4b248aae37c61b57444;hb=d54e2016ca0bea24cd4371058d0f75aeebdb044f;hp=adbb0c47e4e4e9ded3eeda5b9a16a6ce55418c42;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edit.h b/cinelerra-5.1/cinelerra/edit.h index adbb0c47..e4bbcc5d 100644 --- a/cinelerra-5.1/cinelerra/edit.h +++ b/cinelerra-5.1/cinelerra/edit.h @@ -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;