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, };