fix shared context with fixed-size memory units

This commit is contained in:
2025-09-28 16:33:50 +02:00
parent 6eaba98fff
commit 32eb037710
4 changed files with 24 additions and 8 deletions
+5 -1
View File
@@ -10,7 +10,11 @@
#endif /* VERSION */
#ifndef MAX_VIDEO
#define MAX_VIDEO 256
#define MAX_VIDEO 16
#endif
#ifndef MAX_FRAG
#define MAX_FRAG 64
#endif
#endif /* CONFIG_H */