Re: [FFmpeg-devel] [PATCH 01/17] avcodec/svq3: Mark decoder as init-threadsafe

2022-02-16 Thread Andreas Rheinhardt
Andreas Rheinhardt: > The only interesting thing done in SVQ3's init function > is using zlib, but this is fine: https://zlib.net/zlib_faq.html#faq21 > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/svq3.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcod

[FFmpeg-devel] [PATCH 01/17] avcodec/svq3: Mark decoder as init-threadsafe

2022-02-11 Thread Andreas Rheinhardt
The only interesting thing done in SVQ3's init function is using zlib, but this is fine: https://zlib.net/zlib_faq.html#faq21 Signed-off-by: Andreas Rheinhardt --- libavcodec/svq3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index be