diff options
author | Lynne <dev@lynne.ee> | 2024-03-16 05:16:50 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-04-23 08:31:37 +0200 |
commit | 49e7be1e370a52d5ad2bc52830a2448384b5a58c (patch) | |
tree | 66155242b6c7a56d845397d455ebda818f0705fb /libavcodec/aac/aacdec_float.c | |
parent | b1718ce0f98216702e3330335ccf4be3b7896cbb (diff) | |
download | ffmpeg-49e7be1e370a52d5ad2bc52830a2448384b5a58c.tar.gz |
aacdec: move prediction to separate files
Diffstat (limited to 'libavcodec/aac/aacdec_float.c')
-rw-r--r-- | libavcodec/aac/aacdec_float.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aac/aacdec_float.c b/libavcodec/aac/aacdec_float.c index bbb4aec0a2..73aaa72f68 100644 --- a/libavcodec/aac/aacdec_float.c +++ b/libavcodec/aac/aacdec_float.c @@ -147,5 +147,6 @@ static inline float *VMUL4S(float *dst, const float *v, unsigned idx, #endif #include "aacdec_float_coupling.h" +#include "aacdec_float_prediction.h" #include "aacdec_dsp_template.c" #include "aacdec_proc_template.c" |