Re: [FFmpeg-devel] [PATCH 10/10] avcodec/avcodec: Remove outdated comment

2022-01-05 Thread Andreas Rheinhardt
Marvin Scholz: > > > On 5 Jan 2022, at 22:56, Andreas Rheinhardt wrote: > >> avcodec_open2() is supposed to be thread-safe (those codecs >> whose init functions are not thread-safe are guarded >> by a global lock). >> > > Maybe it would be better to note since which version this is > the case,

Re: [FFmpeg-devel] [PATCH 10/10] avcodec/avcodec: Remove outdated comment

2022-01-05 Thread Marvin Scholz
On 5 Jan 2022, at 22:56, Andreas Rheinhardt wrote: avcodec_open2() is supposed to be thread-safe (those codecs whose init functions are not thread-safe are guarded by a global lock). Maybe it would be better to note since which version this is the case, or at least mention it in the api ch

[FFmpeg-devel] [PATCH 10/10] avcodec/avcodec: Remove outdated comment

2022-01-05 Thread Andreas Rheinhardt
avcodec_open2() is supposed to be thread-safe (those codecs whose init functions are not thread-safe are guarded by a global lock). Signed-off-by: Andreas Rheinhardt --- libavcodec/avcodec.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7e