mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpc7: remove duplicated definitions
They are available in mpc.h Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
7bf16ec300
commit
9c1619b5fe
@ -35,10 +35,6 @@
|
||||
#include "mpc.h"
|
||||
#include "mpc7data.h"
|
||||
|
||||
#define BANDS 32
|
||||
#define SAMPLES_PER_BAND 36
|
||||
#define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)
|
||||
|
||||
static VLC scfi_vlc, dscf_vlc, hdr_vlc, quant_vlc[MPC7_QUANT_VLC_TABLES][2];
|
||||
|
||||
static const uint16_t quant_offsets[MPC7_QUANT_VLC_TABLES*2 + 1] =
|
||||
|
Loading…
Reference in New Issue
Block a user