diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c index faa43c1c83..731d800666 100644 --- a/libavcodec/cdgraphics.c +++ b/libavcodec/cdgraphics.c @@ -397,4 +397,5 @@ const AVCodec ff_cdgraphics_decoder = { .decode = cdg_decode_frame, .flush = cdg_decode_flush, .capabilities = AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, };