view Plugins/Input/mpg123/common.h @ 223:e7e9a86c0c01 trunk

[svn] Update credits on here reflecting audacious-decoder changes.
author nenolod
date Fri, 25 Nov 2005 13:26:59 -0800
parents 05d824e30afd
children e2775c9b8b13
line wrap: on
line source

/*
 * common.h
 */

extern void print_id3_tag(unsigned char *buf);
extern unsigned long firsthead;
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;
};
*/