mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 15:00:27 +00:00
avcodec/avcodec: Remove outdated comment
avcodec_open2() is supposed to be thread-safe (those codecs whose init functions are not thread-safe are guarded by a global lock). Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
a88a141c17
commit
ebf1d0f4bb
@ -2384,8 +2384,6 @@ int avcodec_parameters_to_context(AVCodecContext *codec,
|
||||
* avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
|
||||
* retrieving a codec.
|
||||
*
|
||||
* @warning This function is not thread safe!
|
||||
*
|
||||
* @note Always call this function before using decoding routines (such as
|
||||
* @ref avcodec_receive_frame()).
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user