X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=29ba2f140220428c39c53ff091be7efcdb5a1431;hb=fec512a52cdd1bab84958474cc160fdb7be81dec;hp=9c5c6c044a77edecfc5b0ac9228d65268fc4d507;hpb=517dcc9b5fc4294669c0b6edaaa3ff166d412219;p=ffmpeg diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 9c5c6c044a7..29ba2f14022 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -30,6 +30,7 @@ #ifndef AVCODEC_AAC_H #define AVCODEC_AAC_H +#include "libavutil/float_dsp.h" #include "avcodec.h" #include "dsputil.h" #include "fft.h" @@ -292,6 +293,7 @@ typedef struct { FFTContext mdct_ltp; DSPContext dsp; FmtConvertContext fmt_conv; + AVFloatDSPContext fdsp; int random_state; /** @} */