X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=8b9e73037e34d85cd2eb9426aa44c9b67038f6fd;hb=0aa1cf868b3686002891a830f5f8e407344b1d9e;hp=ff56d686877ff6244529ea407acd07044304a67a;hpb=9ffdfbe8e6fa7daaad4dcfdd46b6ac7b6e7a47e8;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index ff56d686..8b9e7303 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -2,6 +2,7 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams + * Copyright (C) 2003-2016 Cinelerra CV contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -125,6 +126,8 @@ class EDL; #define ASSETS_ICON_LIST 3 #define FOLDERS_TEXT 0 #define FOLDERS_ICONS 1 +#define ASSET_MAX_WIDTH 32767 +#define ASSET_MAX_HEIGHT 32767 #define ASSET_COLUMNS 2 @@ -180,4 +183,8 @@ class EDL; #define INSERT_EFFECTS_EXTRA 5 #define INSERT_EFFECTS_MASTER 6 +#define PROXY_INACTIVE 0 +#define PROXY_ACTIVE 1 +#define PROXY_DISABLED 2 + #endif