[FFmpeg-cvslog] mpc7: remove duplicated definitions

Paul B Mahol git at videolan.org
Mon Aug 6 03:35:16 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Aug  6 01:33:37 2012 +0000| [9c1619b5fe4658bb44d26531634433545a7d4713] | committer: Paul B Mahol

mpc7: remove duplicated definitions

They are available in mpc.h

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c1619b5fe4658bb44d26531634433545a7d4713
---

 libavcodec/mpc7.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c
index 48cd302..9583635 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] =



More information about the ffmpeg-cvslog mailing list