]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacdec_fixed.c
lavc: move exp2fi to ff_exp2fi in internal.h
[ffmpeg] / libavcodec / aacdec_fixed.c
index 875ef582f44a30ca4275c216f92ae7f0d21d4ece..923fbe03830ad151b85e6e462ff1d9e44a3627b8 100644 (file)
@@ -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,
 };