X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fformatpopup.C;h=0793e59ece6ab0db9df3fabe35cce580084af424;hb=fbb844da24c44cce0509451116df248c861ef8f7;hp=8977e55b6cc2b5e6f5a2eaa2898b42462d1048d5;hpb=efc8fa7dc7ddcdeaa9398e09d81975a6ccf526fc;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formatpopup.C b/cinelerra-5.1/cinelerra/formatpopup.C index 8977e55b..0793e59e 100644 --- a/cinelerra-5.1/cinelerra/formatpopup.C +++ b/cinelerra-5.1/cinelerra/formatpopup.C @@ -25,14 +25,11 @@ #include "ffmpeg.h" #include "formatpopup.h" #include "language.h" -#include "pluginserver.h" - FormatPopup::FormatPopup(int x, int y, int do_audio, int do_video, int use_brender) : BC_ListBox(x, y, 200, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1) { - this->plugindb = plugindb; this->do_audio = do_audio; this->do_video = do_video; this->use_brender = use_brender; @@ -101,10 +98,9 @@ int FormatPopup::handle_event() } -FFMPEGPopup::FFMPEGPopup(ArrayList *plugindb, int x, int y) +FFMPEGPopup::FFMPEGPopup(int x, int y) : BC_ListBox(x, y, 100, 200, LISTBOX_TEXT, 0, 0, 0, 1, 0, 1) { - this->plugindb = plugindb; set_tooltip(_("Set ffmpeg file type")); }