avcodec/cdgraphics: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt
2020-11-30 15:21:25 +01:00
committed by Andreas Rheinhardt
parent 29aaff7edb
commit 846e8d6576
+1
View File
@@ -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,
};