X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fformatpopup.h;h=d0138f182aa3903e079b52375435c9523adcf775;hb=c0b71a7151437c681fe832d1e446924a49ab29aa;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; +}; + +