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,
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
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