comparison Plugins/Input/mpg123/common.h @ 127:05d824e30afd trunk

[svn] Synchronize mpg123 code with mpg123-0.59s.mc3. This brings us superior accuracy to libMAD, apparently.
author nenolod
date Wed, 09 Nov 2005 16:40:03 -0800
parents
children e2775c9b8b13
comparison
equal deleted inserted replaced
126:2d3d921a44e2 127:05d824e30afd
1 /*
2 * common.h
3 */
4
5 extern void print_id3_tag(unsigned char *buf);
6 extern unsigned long firsthead;
7 extern double compute_tpf(struct frame *fr);
8 extern double compute_bpf(struct frame *fr);
9 extern long compute_buffer_offset(struct frame *fr);
10
11 /*
12 struct bitstream_info {
13 int bitindex;
14 unsigned char *wordpointer;
15 };
16 */
17
18