summaryrefslogtreecommitdiff
path: root/doc/multithreading.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/multithreading.txt')
-rw-r--r--doc/multithreading.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/multithreading.txt b/doc/multithreading.txt
index 5b9dcb0bfc..4f645dc147 100644
--- a/doc/multithreading.txt
+++ b/doc/multithreading.txt
@@ -51,9 +51,6 @@ the decode process starts. Call ff_thread_finish_setup() afterwards. If
some code can't be moved, have update_thread_context() run it in the next
thread.
-If the codec allocates writable tables in its init(), add an init_thread_copy()
-which re-allocates them for other threads.
-
Add AV_CODEC_CAP_FRAME_THREADS to the codec capabilities. There will be very little
speed gain at this point but it should work.