diff mbox series

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

Message ID DB6PR0101MB2214AFA799272103EC0768168FBB9@DB6PR0101MB2214.eurprd01.prod.exchangelabs.com
State Accepted
Commit 9a167a15c7918d56a6a1f8d26ea17649566befb8
Headers show
Series [FFmpeg-devel] avcodec/avcodec: Don't mention removed function | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished
andriy/make_armv7_RPi4 success Make finished
andriy/make_fate_armv7_RPi4 success Make fate finished

Commit Message

Andreas Rheinhardt June 29, 2022, 6:37 p.m. UTC
avcodec_thread_init() has been removed in
9a79bb552a518f26bec1b5306a03b76076bcf8eb.

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

Comments

Anton Khirnov June 30, 2022, 8:50 a.m. UTC | #1
obviously ok
diff mbox series

Patch

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