Re: [FFmpeg-devel] [PATCH 15/45] avcodec/xan: Mark decoder as init-threadsafe

2020-12-04 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-11-27 02:02:19) > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/xan.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Looks even better. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ff

[FFmpeg-devel] [PATCH 15/45] avcodec/xan: Mark decoder as init-threadsafe

2020-11-26 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/xan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/xan.c b/libavcodec/xan.c index 5318aab797..6bf754f151 100644 --- a/libavcodec/xan.c +++ b/libavcodec/xan.c @@ -645,5 +645,5 @@ AVCodec ff_xan_wc3_decoder = {