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

2020-12-04 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-11-27 02:02:14) > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/yop.c | 1 + > 1 file changed, 1 insertion(+) Most likely ok -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg

[FFmpeg-devel] [PATCH 10/45] avcodec/yop: Mark decoder as init-threadsafe

2020-11-26 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/yop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/yop.c b/libavcodec/yop.c index aff28ef3fc..8f8ed940ec 100644 --- a/libavcodec/yop.c +++ b/libavcodec/yop.c @@ -274,4 +274,5 @@ AVCodec ff_yop_decoder = { .init = yo