avcodec/cdgraphics: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
29aaff7edb
commit
846e8d6576
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user