add haupauge-1657 dual usb capture support, add deinterlace to recordmonitor, asset...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / assetpopup.h
index 22624e474bc0bc83633ad00d90f4e6939108cb2d..5620e561b1274eb74569de88cdbc1832c91c224d 100644 (file)
@@ -53,6 +53,7 @@ public:
        AssetPopupInfo *info;
        AWindowListFormat *format;
        AssetPopupOpenEDL *open_edl;
+       AssetPopupCloseEDL *close_edl;
        AssetPopupToClip *to_clip;
        AssetPopupSort *sort;
        AssetPopupBuildIndex *index;
@@ -88,6 +89,18 @@ public:
        AssetPopup *popup;
 };
 
+class AssetPopupCloseEDL : public BC_MenuItem
+{
+public:
+       AssetPopupCloseEDL(MWindow *mwindow, AWindowGUI *gui);
+       ~AssetPopupCloseEDL();
+
+       int handle_event();
+
+       MWindow *mwindow;
+       AWindowGUI *gui;
+};
+
 class AssetPopupToClip : public BC_MenuItem
 {
 public:
@@ -256,6 +269,7 @@ public:
        AWindowGUI *gui;
        AssetPopupLoadFile *load_file;
        AWindowListFormat *format;
+       AssetPopupCloseEDL *close_edl;
        AssetSnapshot *asset_snapshot;
        AssetGrabshot *asset_grabshot;
        AssetSelectUsed *select_used;