X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=08c46c0f7f437e91e3b3277f357094d14d50bda0;hb=875ae826327bf25abdaffe1db339aabd622addc8;hp=8c251e28b33af49078af7b31e018909efc40865b;hpb=32294ae14f17c867a39f638112cbec12d59b32d6;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index 8c251e28..08c46c0f 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -507,6 +507,7 @@ public: int modify_edithandles(); 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, ArrayList *orig_assets, ArrayList *proxy_assets); @@ -633,10 +634,8 @@ public: Mutex *keyframe_gui_lock; // Lock during creation and destruction of brender so playback doesn't use it. Mutex *brender_lock; - // Initialize shared memory void init_shm(const char *pfn, int64_t min); - // Initialize channel DB's for playback void init_channeldb(); void init_render(); @@ -691,6 +690,7 @@ public: static PluginServer *new_ffmpeg_server(MWindow *mwindow, const char *name); static int init_lv2_index(MWindow *mwindow, Preferences *preferences, FILE *fp); static PluginServer *new_lv2_server(MWindow *mwindow, const char *name); + static void remove_plugin_index(); void init_preferences(); void init_signals();