X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=0000e3f730a90164614ceb59b91b677e29b3e613;hb=6f8a01f30489bde88280931c3ef9ea4edeb44d0f;hp=69494c2552b698ada884e7377a6a1292a76f4102;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 69494c25..0000e3f7 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -97,6 +97,8 @@ public: // Convert position to frames if cursor alignment is enabled double align_to_frame(double position, int round); +// increase track w/h to at least session w/h + void retrack(); // Scale all sample values since everything is locked to audio void rechannel(); void resample(double old_rate, double new_rate, int data_type); @@ -121,7 +123,7 @@ public: // This is used by BRender + BatchRender. double equivalent_output(EDL *edl); // Set project path for filename prefixes in the assets - void set_path(char *path); + void set_path(const char *path); // Set points and labels void set_inpoint(double position); void set_outpoint(double position);