Commit 868368aa authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/cdtoons: Mark decoder as init-threadsafe

Reviewed-by: 's avatarAnton Khirnov <anton@khirnov.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 6d4b9695
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment