X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faacdec_fixed.c;h=396a874d959ef67f249dc8f2ba1c4f2cdc9cde6a;hb=fe71fde24685b5da052f38c9cd3522714de6d6ab;hp=923fbe03830ad151b85e6e462ff1d9e44a3627b8;hpb=362028cac913e232ce8c3702fa4c96b33fc5e0de;p=ffmpeg diff --git a/libavcodec/aacdec_fixed.c b/libavcodec/aacdec_fixed.c index 923fbe03830..396a874d959 100644 --- a/libavcodec/aacdec_fixed.c +++ b/libavcodec/aacdec_fixed.c @@ -80,6 +80,7 @@ #include "aacsbr.h" #include "mpeg4audio.h" #include "aacadtsdec.h" +#include "profiles.h" #include "libavutil/intfloat.h" #include @@ -440,5 +441,6 @@ AVCodec ff_aac_fixed_decoder = { .capabilities = AV_CODEC_CAP_CHANNEL_CONF | AV_CODEC_CAP_DR1, .caps_internal = FF_CODEC_CAP_INIT_THREADSAFE, .channel_layouts = aac_channel_layout, + .profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles), .flush = flush, };