Mercurial > audlegacy
view Plugins/Input/sid/xs_filter.h @ 469:fc98032223d1 trunk
[svn] Simplify magic reader and get GYM tag reading right.
author | chainsaw |
---|---|
date | Wed, 18 Jan 2006 14:34:54 -0800 |
parents | 1b82a9932b60 |
children |
line wrap: on
line source
#ifndef XS_FILTER_H #define XS_FILTER_H #include "xmms-sid.h" #ifdef __cplusplus extern "C" { #endif /* typedef struct { } t_xs_filter; void xs_filter_init(t_xs_filter *); */ gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint); #ifdef __cplusplus } #endif #endif /* XS_FILTER_H */