Mercurial > libavcodec.hg
diff mpegaudiodec.c @ 2522:e25782262d7d libavcodec
kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author | michael |
---|---|
date | Thu, 24 Feb 2005 19:08:50 +0000 |
parents | 0334caf0f0ce |
children | b7511e7dabb7 |
line wrap: on
line diff
--- a/mpegaudiodec.c Thu Feb 24 16:39:03 2005 +0000 +++ b/mpegaudiodec.c Thu Feb 24 19:08:50 2005 +0000 @@ -257,11 +257,13 @@ static int dev_4_3_coefs[DEV_ORDER]; +#if 0 /* unused */ static int pow_mult3[3] = { POW_FIX(1.0), POW_FIX(1.25992104989487316476), POW_FIX(1.58740105196819947474), }; +#endif static void int_pow_init(void) { @@ -274,6 +276,7 @@ } } +#if 0 /* unused, remove? */ /* return the mantissa and the binary exponent */ static int int_pow(int i, int *exp_ptr) { @@ -318,6 +321,7 @@ *exp_ptr = eq; return a; } +#endif static int decode_init(AVCodecContext * avctx) {