mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 02:50:11 +01:00
avcodec/avcodec: Don't mention removed function
avcodec_thread_init() has been removed in
9a79bb552a.
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -1518,7 +1518,6 @@ typedef struct AVCodecContext {
|
|||||||
* It will return only after finishing all tasks.
|
* It will return only after finishing all tasks.
|
||||||
* The user may replace this with some multithreaded implementation,
|
* The user may replace this with some multithreaded implementation,
|
||||||
* the default implementation will execute the parts serially.
|
* 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 c context passed also to func
|
||||||
* @param count the number of things to execute
|
* @param count the number of things to execute
|
||||||
* @param arg2 argument passed unchanged to func
|
* @param arg2 argument passed unchanged to func
|
||||||
|
|||||||
Reference in New Issue
Block a user