From d9b1c197e5f99655328b713b7100e3125139546a Mon Sep 17 00:00:00 2001 From: Roberto Togni Date: Tue, 18 Oct 2005 20:16:43 +0000 Subject: QDM2 compatible decoder Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/mpegaudio.c') diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index 190aa1590c..7a0b0a31ce 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -28,8 +28,6 @@ /* currently, cannot change these constants (need to modify quantization stage) */ -#define FRAC_BITS 15 -#define WFRAC_BITS 14 #define MUL(a,b) (((int64_t)(a) * (int64_t)(b)) >> FRAC_BITS) #define FIX(a) ((int)((a) * (1 << FRAC_BITS))) -- cgit v1.2.3