summaryrefslogtreecommitdiff
path: root/libavcodec/mpc7.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-08-06 01:33:37 +0000
committerPaul B Mahol <onemda@gmail.com>2012-08-06 01:33:37 +0000
commit9c1619b5fe4658bb44d26531634433545a7d4713 (patch)
treec4c45a184d1ffc39e59ee258e0138da5f0c70531 /libavcodec/mpc7.c
parent7bf16ec300cf944b213e0f33031f0e51a71aeefa (diff)
mpc7: remove duplicated definitions
They are available in mpc.h Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/mpc7.c')
-rw-r--r--libavcodec/mpc7.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c
index 48cd3021a1..95836354cd 100644
--- a/libavcodec/mpc7.c
+++ b/libavcodec/mpc7.c
@@ -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] =