diff --git a/libavcodec/fastaudio.c b/libavcodec/fastaudio.c index e771534e9f..a07c5e60a7 100644 --- a/libavcodec/fastaudio.c +++ b/libavcodec/fastaudio.c @@ -199,4 +199,5 @@ const AVCodec ff_fastaudio_decoder = { .capabilities = AV_CODEC_CAP_DR1, .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_NONE }, + .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, };