add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edl.h
index e4b56e57ce4c9ac69f046ab877b39e8a70367c4b..8a96155e1933338cc11d3a83e80dacf29f019745 100644 (file)
@@ -165,7 +165,7 @@ public:
        BinFolder *get_folder(int no);
        int get_folder_number(const char *title);
        const char *get_folder_name(int no);
-       int new_folder(const char *title);
+       int new_folder(const char *title, int is_clips);
        int delete_folder(const char *title);
 
        void modify_edithandles(double oldposition,
@@ -261,6 +261,7 @@ public:
                ArrayList<Indexable*> *orig_assets, ArrayList<Indexable*> *proxy_assets);
        void add_proxy(int use_scaler,
                ArrayList<Indexable*> *orig_assets, ArrayList<Indexable*> *proxy_assets);
+       Asset *get_proxy_asset();
 
 // Titles of all subfolders
        BinFolders folders;