avcodec/ilbcdec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
abe61c349d
commit
8b8358f580
@ -1486,4 +1486,5 @@ const AVCodec ff_ilbc_decoder = {
|
|||||||
.decode = ilbc_decode_frame,
|
.decode = ilbc_decode_frame,
|
||||||
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
|
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
|
||||||
.priv_data_size = sizeof(ILBCContext),
|
.priv_data_size = sizeof(ILBCContext),
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user