summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/tech-overview.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index d83b00c829..cc4c8ecaae 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -76,6 +76,12 @@ talloc.h & talloc.c:
replacement. It works on top of system malloc and provides additional
features that are supposed to make memory management easier.
+ Warning: actually, we're not using talloc anymore. talloc in mpv has been
+ replaced by a custom re-implementation (TA in ta/). It provides
+ some talloc emulation (just the parts needed by mpv). We will get
+ rid of the talloc emulation later and use TA natively.
+ (See ta/README for details.)
+
mpvcore/mp_core.h:
Data structures for mplayer.c and command.c. They are usually not accessed
by other parts of mpv for the sake of modularization.