X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=bc22b29067182d4fdd0063acd4fdb4adaea46ea9;hb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;hp=04170ad18aa45804a51d829b6ca9a2cfe902f04f;hpb=d079f6253a75cc8cfedbab636ad0bc7f5dc9c5f5;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 04170ad1..bc22b290 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -249,6 +249,11 @@ public: // Adds to list of EDLs & increase garbage collection counter // Does nothing if EDL already exists void append_vwindow_edl(EDL *edl, int increase_counter); + void rescale_proxy(int orig_scale, int new_scale); + void set_proxy(int new_scale, int use_scaler, + ArrayList *orig_assets, ArrayList *proxy_assets); + void add_proxy(int use_scaler, + ArrayList *orig_assets, ArrayList *proxy_assets); // Titles of all subfolders ArrayList folders;