h264/h265 vaapi tweaks, msg tweaks and es locale upgrades
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindow.h
index afbf356471ead585b07cc91929f5391c918d7792..32f3d24691dbd12f6d2a290a1fb62fd0f462a3aa 100644 (file)
@@ -549,6 +549,7 @@ public:
        void redo_entry(BC_WindowBase *calling_window_gui);
        void save_undo_data();
        void load_undo_data();
+       void remove_undo_data();
        int copy_target(const char *path, const char *target);
        int link_target(const char *real_path, const char *link_path, int relative);
        void save_project(const char *dir, int save_mode, int overwrite, int reload);
@@ -596,7 +597,7 @@ public:
        int optimize_assets();            // delete unused assets from the cache and assets
 // render edl assets to specified format, then replace in edl
        void start_convert(Asset *format_asset, const char *suffix,
-                       float beep, int remove_originals);
+                       float beep, int to_proxy, int remove_originals);
        void finish_convert(int remove_originals);
        ConvertRender *convert_render;