X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fformatpopup.h;h=d0138f182aa3903e079b52375435c9523adcf775;hb=63c49c5fdda77aadc2d0addc26a6884aadec8542;hp=d1a275eafa5b1e54b3a323bce969f24624531054;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/formatpopup.h b/cinelerra-5.0/cinelerra/formatpopup.h index d1a275ea..d0138f18 100644 --- a/cinelerra-5.0/cinelerra/formatpopup.h +++ b/cinelerra-5.0/cinelerra/formatpopup.h @@ -43,6 +43,19 @@ public: }; +class FFMPEGPopup : public BC_ListBox +{ +public: + FFMPEGPopup(ArrayList *plugindb, int x, int y); + ~FFMPEGPopup(); + + void create_objects(); + virtual int handle_event(); + ArrayList *plugindb; + ArrayList ffmpeg_types; +}; + +