update openjpeg + x265, unproxy clip fix, config mods for lv2/opus/x265-10bit
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 8c251e28b33af49078af7b31e018909efc40865b..30ecbec58059fcd6b72db3d512610eab59d8420f 100644 (file)
@@ -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<Indexable*> *orig_assets,
                ArrayList<Indexable*> *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();