mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 09:35:22 +00:00
avcodec/cdtoons: Mark decoder as init-threadsafe
Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
6d4b969515
commit
868368aa38
@ -453,4 +453,5 @@ AVCodec ff_cdtoons_decoder = {
|
||||
.decode = cdtoons_decode_frame,
|
||||
.capabilities = AV_CODEC_CAP_DR1,
|
||||
.flush = cdtoons_flush,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user