mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
musepack: remove extraneous mpcdata.h inclusions
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
d0989bed22
commit
91b4941c17
@ -35,8 +35,6 @@
|
||||
#include "dsputil.h"
|
||||
#include "mpegaudio.h"
|
||||
|
||||
#include "mpcdata.h"
|
||||
|
||||
#define BANDS 32
|
||||
#define SAMPLES_PER_BAND 36
|
||||
#define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "libavutil/audioconvert.h"
|
||||
|
||||
#include "mpc.h"
|
||||
#include "mpcdata.h"
|
||||
#include "mpc8data.h"
|
||||
#include "mpc8huff.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user