summaryrefslogtreecommitdiff
path: root/libavcodec/frwu.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/frwu.c')
-rw-r--r--libavcodec/frwu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/frwu.c b/libavcodec/frwu.c
index d0a9102fe3..82a8ec2111 100644
--- a/libavcodec/frwu.c
+++ b/libavcodec/frwu.c
@@ -125,4 +125,5 @@ const AVCodec ff_frwu_decoder = {
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.priv_class = &frwu_class,
+ .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};