summaryrefslogtreecommitdiffstats
path: root/mp3lib/mpg123.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/mpg123.h')
-rw-r--r--mp3lib/mpg123.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index ea58c74b58..482e024b51 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -107,13 +107,8 @@ struct III_sideinfo
} ch[2];
};
-static long freqs[9];
extern real mp3lib_decwin[(512+32)];
-extern real *pnts[];
-
-static int do_layer2(struct frame *fr,int single);
-static int do_layer3(struct frame *fr,int single);
-static int synth_1to1(real *bandPtr,int channel,unsigned char *out,int *pnt);
+extern real *mp3lib_pnts[];
extern int synth_1to1_pent( real *,int,short * );
extern void make_decode_tables_MMX(long scaleval);