Mercurial > audlegacy-plugins
view src/mpg123/common.h @ 60:34f76b8969bd trunk
[svn] - use xconvert to swap endianness if necessary (LE -> BE, vice versa)
author | nenolod |
---|---|
date | Sat, 30 Sep 2006 21:30:12 -0700 |
parents | 3da1b8942b8b |
children | c91f3d7cd641 |
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);