summaryrefslogtreecommitdiff
path: root/doc/multithreading.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/multithreading.txt')
-rw-r--r--doc/multithreading.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/multithreading.txt b/doc/multithreading.txt
index 9b27b108c6..83849deacc 100644
--- a/doc/multithreading.txt
+++ b/doc/multithreading.txt
@@ -1,7 +1,7 @@
-Libav multithreading methods
+FFmpeg multithreading methods
==============================================
-Libav provides two methods for multithreading codecs.
+FFmpeg provides two methods for multithreading codecs.
Slice threading decodes multiple parts of a frame at the same time, using
AVCodecContext execute() and execute2().
@@ -54,7 +54,7 @@ thread.
If the codec allocates writable tables in its init(), add an init_thread_copy()
which re-allocates them for other threads.
-Add CODEC_CAP_FRAME_THREADS to the codec capabilities. There will be very little
+Add AV_CODEC_CAP_FRAME_THREADS to the codec capabilities. There will be very little
speed gain at this point but it should work.
If there are inter-frame dependencies, so the codec calls