avcodec/g722dec: Mark decoder as init-threadsafe

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2020-11-29 20:35:14 +01:00 committed by Andreas Rheinhardt
parent 406d005601
commit 2da9b77a1c
1 changed files with 1 additions and 0 deletions

View File

@ -149,4 +149,5 @@ const AVCodec ff_adpcm_g722_decoder = {
.decode = g722_decode_frame,
.capabilities = AV_CODEC_CAP_DR1 | AV_CODEC_CAP_CHANNEL_CONF,
.priv_class = &g722_decoder_class,
.caps_internal = FF_CODEC_CAP_INIT_THREADSAFE,
};