blob: 716a3c836d6a3ac28f0a7b7856add56a62fb1ce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* common.h
*/
extern void print_id3_tag(unsigned char *buf);
extern unsigned long firsthead;
extern int tabsel_123[2][3][16];
extern double compute_tpf(struct frame *fr);
extern double compute_bpf(struct frame *fr);
extern long compute_buffer_offset(struct frame *fr);
/*
struct bitstream_info {
int bitindex;
unsigned char *wordpointer;
};
*/
|