You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user