X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=5d08285bd5ddd2abf726c73c68618a55c009b6de;hb=b384d47608e07b9f5b6ce5fe1d0d76d9bda38202;hp=80aadb2c4f708a07387ff688adc5e40af32a0a2d;hpb=28225c37859a74d59211f584abd785860eef9c13;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 80aadb2c..5d08285b 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -197,8 +197,8 @@ public: int copy_assets(int copy_flags, double start, double end, FileXML *file, const char *output_path); void copy_indexables(EDL *edl); - EDL *new_nested_edl(EDL *edl, const char *path); - EDL *get_nested_edl(); + EDL *new_nested_clip(EDL *edl, const char *path); + EDL *get_nested_edl(const char *path); EDL *create_nested_clip(EDL *nested); void create_nested(EDL *nested); void overwrite_clip(EDL *clip);