mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/metasound: Remove unnecessary headers
They are used in twinvq.c, not in metasound.c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
0d1028f63f
commit
7894d4c9fa
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue