You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
musepack: remove extraneous mpcdata.h inclusions
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user