X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.inc;h=966eef59816ee7d524a895402b3da18041f31ea5;hp=2d7256885bf6219eecdbc806759ebf777e293ca3;hb=1db0dacec8f9d7f5687e582bd282d9bf83bd58f0;hpb=e719f1246ff9bb42b055306396c9160640a88884 diff --git a/cinelerra-5.1/cinelerra/edl.inc b/cinelerra-5.1/cinelerra/edl.inc index 2d725688..966eef59 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,10 +160,11 @@ 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 262144 -#define MIN_TRACK_ZOOM 32 -#define MAX_TRACK_ZOOM 1024 +#define MAX_AMP_ZOOM 8192 +#define MIN_TRACK_ZOOM 8 +#define MAX_TRACK_ZOOM 8192 #define MAX_PAN 1.0 #define PAN_RADIUS 50