summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-11-28 15:03:08 -0500
committerFox Caminiti <fox@foxcam.net>2022-11-28 15:03:08 -0500
commit6eb627210eb2b77bcde7ca75d9bcb5b50d240f64 (patch)
tree29f616b0a1997b3a8db39c3d7f590717636148dc /defines.h
parent0047b9ffc06d65f53d8101c5393f4943c1011c03 (diff)
recursion improvements
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index f77f68e..12db869 100644
--- a/defines.h
+++ b/defines.h
@@ -32,6 +32,7 @@ typedef uint64 ptrsize; // is there a compiler variable for 32 vs 64 bit like
#define MAX_EFFECTS 32
#define MAX_SOURCES 1024
#define MAX_COMPS 1024
+#define MAX_PRECOMP_RECURSIONS 4
#define MAX_MASKS 8
#define MAX_PROPERTIES_PER_EFFECT 80 // Kinda high since we want to support 8 xy points of Curves data across 5 channels.
#define MAX_KEYFRAME_BLOCKS 64