diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-29 20:35:08 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-06-30 11:02:21 +0200 |
commit | 9a167a15c7918d56a6a1f8d26ea17649566befb8 (patch) | |
tree | 1c961ab21d5453d6cbabf7b5902543051fa28ad4 /libavcodec/avcodec.h | |
parent | be4d1caad40e05b0c6b1cf2320fd8112fe9da14b (diff) | |
download | ffmpeg-9a167a15c7918d56a6a1f8d26ea17649566befb8.tar.gz |
avcodec/avcodec: Don't mention removed function
avcodec_thread_init() has been removed in
9a79bb552a518f26bec1b5306a03b76076bcf8eb.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |