summaryrefslogtreecommitdiff
path: root/libavcodec/metasound.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-18 15:13:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-21 21:12:45 +0200
commit7894d4c9fa16204cf8bd266915e2da18a7775f72 (patch)
tree087b834ea595f93d4bcf5b63ccca54ec83c31456 /libavcodec/metasound.c
parent0d1028f63f0e1050806e3b1b69e1d8a87a975c70 (diff)
avcodec/metasound: Remove unnecessary headers
They are used in twinvq.c, not in metasound.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/metasound.c')
-rw-r--r--libavcodec/metasound.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/metasound.c b/libavcodec/metasound.c
index 67c4d94f62..7ddf992c09 100644
--- a/libavcodec/metasound.c
+++ b/libavcodec/metasound.c
@@ -26,15 +26,11 @@
#include <stdint.h>
#include "libavutil/channel_layout.h"
-#include "libavutil/float_dsp.h"
#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "codec_internal.h"
-#include "fft.h"
#include "get_bits.h"
-#include "lsp.h"
-#include "sinewin.h"
#include "twinvq.h"
#include "metasound_data.h"