avcodec/fic: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-29 23:08:05 +01:00 committed by Andreas Rheinhardt
parent 15d003a495
commit e5fdc682cc
1 changed files with 1 additions and 0 deletions

View File

@ -494,4 +494,5 @@ const AVCodec ff_fic_decoder = {
.close = fic_decode_close,
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_SLICE_THREADS,
.priv_class = &fic_decoder_class,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};