X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=b974486145b5667148ee6521b37f69c6e09f47cc;hb=540f653df26e5e2d1249de1f7a1a3d888dddf341;hp=fb3513a2b6cbf04f6ec4a4cdf8c9b4e3685fe247;hpb=4a894820c0dad2eef6a281f00988aea48696765b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index fb3513a2..b9744861 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -509,14 +509,14 @@ public: int modify_pluginhandles(); void finish_modify_handles(); void rescale_proxy(EDL *clip, int orig_scale, int new_scale); - void set_proxy(int use_scaler, int new_scale, int auto_scale, int beep, - ArrayList *orig_assets, - ArrayList *proxy_assets); void add_proxy(int use_scaler, ArrayList *orig_assets, ArrayList *proxy_assets); int render_proxy(ArrayList &new_idxbls); void beep(double freq, double secs, double gain); + int enable_proxy(); + int disable_proxy(); + int to_proxy(Asset *asset, int new_scale); ProxyBeep *proxy_beep; void dump_plugins(FILE *fp=stdout);