avcodec/sgidec: 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 19:07:20 +01:00
parent 6c697aee52
commit 3e75631541

View File

@ -297,4 +297,5 @@ AVCodec ff_sgi_decoder = {
.decode = decode_frame,
.init = sgi_decode_init,
.capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};