From f8129134516ebce4fcb3ac1dc0f92a495bc8adb0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 30 Nov 2020 17:22:06 +0100 Subject: avcodec/arbc: Mark decoder as init-threadsafe Signed-off-by: Andreas Rheinhardt --- libavcodec/arbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/arbc.c b/libavcodec/arbc.c index c4fc30e047..0f83a68758 100644 --- a/libavcodec/arbc.c +++ b/libavcodec/arbc.c @@ -223,5 +223,5 @@ const AVCodec ff_arbc_decoder = { .flush = decode_flush, .close = decode_close, .capabilities = AV_CODEC_CAP_DR1, - .caps_internal = FF_CODEC_CAP_INIT_CLEANUP, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP, }; -- cgit v1.2.3