Mercurial > audlegacy
view Plugins/Input/mpg123/common.h @ 1188:35dc5d2a1675 trunk
[svn] - another API change [sorry!]
author | nenolod |
---|---|
date | Sun, 11 Jun 2006 23:51:02 -0700 |
parents | 0f294f2b0a9b |
children |
line wrap: on
line source
#include "mpg123.h" /* * 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; }; */ extern void parse_url(const gchar * url, gchar ** user, gchar ** pass, gchar ** host, gint * port, gchar ** filename);