Mercurial > audlegacy-plugins
view src/sid/xs_filter.h @ 3105:1d42b759a2a9
gio: getc() would infinite loop in a situation
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Thu, 30 Apr 2009 12:27:14 -0500 |
parents | 1223e8510d8a |
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 */