diff options
author | Lynne <dev@lynne.ee> | 2024-03-16 04:03:12 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-04-23 08:31:36 +0200 |
commit | b7387ea00e8346022877f2f082ce2d2bc7a217e5 (patch) | |
tree | dd6796622ffa90d423bc6b4bd391b76ebc033171 /libavcodec/aacdec_fixed.c | |
parent | 41ae2b03a5cf87f9673f82efbc9cea53df70f150 (diff) | |
download | ffmpeg-b7387ea00e8346022877f2f082ce2d2bc7a217e5.tar.gz |
aacdec: deduplicate table initizalization
All tables now initialized by aac/aacdec_fixed|float
Diffstat (limited to 'libavcodec/aacdec_fixed.c')
-rw-r--r-- | libavcodec/aacdec_fixed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/aacdec_fixed.c b/libavcodec/aacdec_fixed.c index efc666a6ce..f1eb072103 100644 --- a/libavcodec/aacdec_fixed.c +++ b/libavcodec/aacdec_fixed.c @@ -64,8 +64,6 @@ #include "avcodec.h" #include "codec_internal.h" #include "get_bits.h" -#include "kbdwin.h" -#include "sinewin_fixed_tablegen.h" #include "aac.h" #include "aacdec.h" |