X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fmbuttons.h;h=31afebaef30baa8e2c635e3f615a4a94feba8531;hb=15359610833cd03c44fe47f5d002e643103610ec;hp=de6e1abc9d114983f907e6aea2fa3c038f761409;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/mbuttons.h b/cinelerra-5.0/cinelerra/mbuttons.h index de6e1abc..31afebae 100644 --- a/cinelerra-5.0/cinelerra/mbuttons.h +++ b/cinelerra-5.0/cinelerra/mbuttons.h @@ -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