]> git.sesse.net Git - ffmpeg/blobdiff - doc/multithreading.txt
Merge commit '1b90433f79de857550d4d8c35c89fbe954920594'
[ffmpeg] / doc / multithreading.txt
index 2b992fcbc53325577ad838dcf62519ff38493121..83849deacca3f378241a6cfa42b5def373368234 100644 (file)
@@ -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