comparison src/xs_support.h @ 748:d9d769b5dbe2

Remove oversampling support.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:51:08 +0200
parents 82be5d6b70ab
children 55eea3fa8868
comparison
equal deleted inserted replaced
747:c8be6b069eec 748:d9d769b5dbe2
99 gchar *xs_strrchr(gchar *, const gchar); 99 gchar *xs_strrchr(gchar *, const gchar);
100 void xs_findnext(const gchar *, size_t *); 100 void xs_findnext(const gchar *, size_t *);
101 void xs_findeol(const gchar *, size_t *); 101 void xs_findeol(const gchar *, size_t *);
102 void xs_findnum(const gchar *, size_t *); 102 void xs_findnum(const gchar *, size_t *);
103 103
104 /*
105 typedef struct {
106 } t_xs_filter;
107
108 void xs_filter_init(t_xs_filter *);
109 */
110 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
111
112 104
113 #ifdef __cplusplus 105 #ifdef __cplusplus
114 } 106 }
115 #endif 107 #endif
116 #endif /* XS_SUPPORT_H */ 108 #endif /* XS_SUPPORT_H */