clip fixes, ladspa build fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index b294bd3996957eda57f49cd139f3b91da2259011..4f49de7b9ef429809766c1a5d5e7e5b7ef9675b9 100644 (file)
@@ -466,7 +466,8 @@ public:
 // Synchronize EDL settings with all playback engines depending on current
 // operation.  Doesn't redraw anything.
        void sync_parameters(int change_type = CHANGE_PARAMS);
-       void to_clip();
+       void to_clip(EDL *edl, const char *txt);
+       void to_clip(const char *txt);
        int toggle_label(int is_mwindow);
        void undo_entry(BC_WindowBase *calling_window_gui);
        void redo_entry(BC_WindowBase *calling_window_gui);
@@ -528,6 +529,7 @@ public:
        MainIndexes *mainindexes;
        MainProgress *mainprogress;
        BRender *brender;
+       char cin_lang[4];
        int brender_active;
        const char *default_standard;
        static Commercials *commercials;