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