avcodec/cljrdec: 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:
Andreas Rheinhardt 2020-11-26 17:11:03 +01:00
parent a6bed40865
commit b143f8c26a
1 changed files with 1 additions and 0 deletions

View File

@ -90,5 +90,6 @@ AVCodec ff_cljr_decoder = {
.init = decode_init,
.decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};