Re: [FFmpeg-devel] [PATCH 04/45] avcodec/adpcm: Mark decoders as init-threadsafe

2020-12-04 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-11-27 02:02:08) > They don't modify any global state > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/adpcm.c | 1 + > 1 file changed, 1 insertion(+) Looks ok -- Anton Khirnov ___ ffmpeg-devel mailing list ff

[FFmpeg-devel] [PATCH 04/45] avcodec/adpcm: Mark decoders as init-threadsafe

2020-11-26 Thread Andreas Rheinhardt
They don't modify any global state Signed-off-by: Andreas Rheinhardt --- libavcodec/adpcm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 01aced2e10..eb228cc47a 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -2142,6 +2142,7 @@ AVCo