X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=c23ecdb24b89b23b37901f9a38e63c7c4a5d61e7;hb=e04ca4a9e14ac5d4163e92ed4d614ac39abb7440;hp=9f08c29b6dce0764f88dd62c52764248bbfbd9d5;hpb=fbdd13b462256ed4f3b35dc114385fe0b0de0dcd;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 9f08c29b..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 @@ -158,6 +160,7 @@ class EDL; #define MIN_ZOOM_TIME 1 #define MAX_ZOOM_TIME 0x100000 #define DEFAULT_ZOOM_TIME 1024 +#define DEFAULT_ZOOM_TRACK 64 #define MIN_AMP_ZOOM 8 #define MAX_AMP_ZOOM 8192 #define MIN_TRACK_ZOOM 8 @@ -179,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