X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=c23ecdb24b89b23b37901f9a38e63c7c4a5d61e7;hb=4180fd8871d42ead45706fba4d6ebddca977f307;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..c23ecdb2 100644 --- a/cinelerra-5.1/cinelerra/edl.inc +++ b/cinelerra-5.1/cinelerra/edl.inc @@ -125,6 +125,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 +182,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