Mercurial > libavcodec.hg
diff mpegaudio.c @ 2913:cc55bc1f8d92 libavcodec
QDM2 compatible decoder
| author | rtognimp |
|---|---|
| date | Tue, 18 Oct 2005 20:16:43 +0000 |
| parents | b2846918585c |
| children | ef2149182f1c |
line wrap: on
line diff
--- a/mpegaudio.c Sun Oct 16 13:56:52 2005 +0000 +++ b/mpegaudio.c Tue Oct 18 20:16:43 2005 +0000 @@ -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)))
