summaryrefslogtreecommitdiff
path: root/libavcodec/arbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/arbc.c')
-rw-r--r--libavcodec/arbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arbc.c b/libavcodec/arbc.c
index 78600963eb..d981d2228b 100644
--- a/libavcodec/arbc.c
+++ b/libavcodec/arbc.c
@@ -222,5 +222,5 @@ const FFCodec ff_arbc_decoder = {
.flush = decode_flush,
.close = decode_close,
.p.capabilities = AV_CODEC_CAP_DR1,
- .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE | FF_CODEC_CAP_INIT_CLEANUP,
+ .caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
};