[FFmpeg-devel] [PATCH] avcodec/avcodec: Don't mention removed function

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Wed Jun 29 21:37:12 EEST 2022


avcodec_thread_init() has been removed in
9a79bb552a518f26bec1b5306a03b76076bcf8eb.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/avcodec.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4dae23d06e..cb5c25bf63 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1518,7 +1518,6 @@ typedef struct AVCodecContext {
      * It will return only after finishing all tasks.
      * The user may replace this with some multithreaded implementation,
      * the default implementation will execute the parts serially.
-     * Also see avcodec_thread_init and e.g. the --enable-pthread configure option.
      * @param c context passed also to func
      * @param count the number of things to execute
      * @param arg2 argument passed unchanged to func
-- 
2.34.1



More information about the ffmpeg-devel mailing list