avcodec/g722dec: Mark decoder as init-threadsafe
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
committed by
Andreas Rheinhardt
parent
406d005601
commit
2da9b77a1c
@@ -149,4 +149,5 @@ const AVCodec ff_adpcm_g722_decoder = {
|
|||||||
.decode = g722_decode_frame,
|
.decode = g722_decode_frame,
|
||||||
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
|
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
|
||||||
.priv_class = &g722_decoder_class,
|
.priv_class = &g722_decoder_class,
|
||||||
|
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user