From 9c1619b5fe4658bb44d26531634433545a7d4713 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 6 Aug 2012 01:33:37 +0000 Subject: mpc7: remove duplicated definitions They are available in mpc.h Signed-off-by: Paul B Mahol --- libavcodec/mpc7.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavcodec/mpc7.c') 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] = -- cgit v1.2.3