X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Faacdec_fixed.c;h=923fbe03830ad151b85e6e462ff1d9e44a3627b8;hb=83a04f103d387a8b7f574d97d340d90f42fc18de;hp=875ef582f44a30ca4275c216f92ae7f0d21d4ece;hpb=7ac4140c078d12a2227878b3dcd6ec242598b996;p=ffmpeg diff --git a/libavcodec/aacdec_fixed.c b/libavcodec/aacdec_fixed.c index 875ef582f44..923fbe03830 100644 --- a/libavcodec/aacdec_fixed.c +++ b/libavcodec/aacdec_fixed.c @@ -438,6 +438,7 @@ AVCodec ff_aac_fixed_decoder = { AV_SAMPLE_FMT_S32P, AV_SAMPLE_FMT_NONE }, .capabilities = AV_CODEC_CAP_CHANNEL_CONF | AV_CODEC_CAP_DR1, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, .channel_layouts = aac_channel_layout, .flush = flush, };