diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-22 20:00:30 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-12-08 17:51:48 +0100 |
commit | 8c9404b8d27b8f2c187709d5c4fa51e75c918a0b (patch) | |
tree | ff673e73f3d803ec0675524ce8baa7f41da30db3 /libavcodec/aactab.h | |
parent | 665a3dbd369ae928f793f70e7b32a58c0cdfbd2b (diff) | |
download | ffmpeg-8c9404b8d27b8f2c187709d5c4fa51e75c918a0b.tar.gz |
avcodec/aactab: Remove declaration of inexistent array
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/aactab.h')
-rw-r--r-- | libavcodec/aactab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index ce6a7ba1d2..f950c13eee 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -95,7 +95,6 @@ DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128]; DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_960)[960]; DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_120)[120]; DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_1024_fixed)[1024]; -DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_512_fixed)[512]; DECLARE_ALIGNED(32, extern int, ff_aac_kbd_short_128_fixed)[128]; DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_512)[1920]; DECLARE_ALIGNED(32, extern const int, ff_aac_eld_window_512_fixed)[1920]; |