X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=8a96155e1933338cc11d3a83e80dacf29f019745;hp=e4b56e57ce4c9ac69f046ab877b39e8a70367c4b;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=09ccfde5a1fd65069f69b37490462b7ccf38a336 diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index e4b56e57..8a96155e 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -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 *orig_assets, ArrayList *proxy_assets); void add_proxy(int use_scaler, ArrayList *orig_assets, ArrayList *proxy_assets); + Asset *get_proxy_asset(); // Titles of all subfolders BinFolders folders;