improve ffmpeg format selection popup menu, more ffmpeg audio fixes
[goodguy/history.git] / cinelerra-5.0 / cinelerra / formatpopup.h
index d1a275eafa5b1e54b3a323bce969f24624531054..d0138f182aa3903e079b52375435c9523adcf775 100644 (file)
@@ -43,6 +43,19 @@ public:
 };
 
 
+class FFMPEGPopup : public BC_ListBox
+{
+public:
+       FFMPEGPopup(ArrayList<PluginServer*> *plugindb, int x, int y);
+       ~FFMPEGPopup();
+
+       void create_objects();
+       virtual int handle_event();
+       ArrayList<PluginServer*> *plugindb;
+       ArrayList<BC_ListBoxItem*> ffmpeg_types;
+};
+
+