From 1b8eeeb8cc05563331ac2a76897eb168baa72e7c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 15 Oct 2013 21:41:58 +0200 Subject: tech-overview.txt: reflect talloc/TA changes --- DOCS/tech-overview.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3