clipedit remove vs delete
[goodguy/history.git] / cinelerra-5.0 / cinelerra / mbuttons.h
index de6e1abc9d114983f907e6aea2fa3c038f761409..31afebaef30baa8e2c635e3f615a4a94feba8531 100644 (file)
@@ -36,6 +36,7 @@ class LabelButton;
 class Cut;
 class Copy;
 class Paste;
+class MainFFMpegToggle;
 
 #include "editpanel.h"
 #include "guicast.h"
@@ -64,8 +65,7 @@ public:
        MWindow *mwindow;
        PlayTransport *transport;
        MainEditing *edit_panel;
-
-
+       MainFFMpegToggle *ffmpeg_toggle;
 };
 
 class MainTransport : public PlayTransport
@@ -86,4 +86,15 @@ public:
        MButtons *mbuttons;
 };
 
+class MainFFMpegToggle : public BC_Toggle
+{
+public:
+       MainFFMpegToggle(MWindow *mwindow, MButtons *mbuttons, int x, int y);
+       ~MainFFMpegToggle();
+       int handle_event();
+
+       MWindow *mwindow;
+       MButtons *mbuttons;
+};
+
 #endif