annotate src/xs_filter.h @ 392:b09d74eb71e6

Working on getting STIL and SLDB using completely dynamically allocated structures. Indentation cleanups, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 31 May 2006 10:02:00 +0000
parents 7888e5d973b9
children fa95d942f226
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
392
b09d74eb71e6 Working on getting STIL and SLDB using completely dynamically allocated
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
1 #ifndef _XS_FILTER_H
b09d74eb71e6 Working on getting STIL and SLDB using completely dynamically allocated
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
2 #define _XS_FILTER_H
315
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 #include "xmms-sid.h"
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 #ifdef __cplusplus
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 extern "C" {
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 #endif
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
328
7888e5d973b9 Minor cleanups
Matti Hamalainen <ccr@tnsp.org>
parents: 324
diff changeset
10 /*
324
dd201740a720 Changed copyright text.
Matti Hamalainen <ccr@tnsp.org>
parents: 315
diff changeset
11 typedef struct {
dd201740a720 Changed copyright text.
Matti Hamalainen <ccr@tnsp.org>
parents: 315
diff changeset
12 } t_xs_filter;
315
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
324
dd201740a720 Changed copyright text.
Matti Hamalainen <ccr@tnsp.org>
parents: 315
diff changeset
14 void xs_filter_init(t_xs_filter *);
328
7888e5d973b9 Minor cleanups
Matti Hamalainen <ccr@tnsp.org>
parents: 324
diff changeset
15 */
7888e5d973b9 Minor cleanups
Matti Hamalainen <ccr@tnsp.org>
parents: 324
diff changeset
16 gint xs_filter_rateconv(void *, void *, const AFormat, const gint, const gint);
315
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 #ifdef __cplusplus
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 }
24cf384ba6db Added missing files (oops) to CVS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 #endif
392
b09d74eb71e6 Working on getting STIL and SLDB using completely dynamically allocated
Matti Hamalainen <ccr@tnsp.org>
parents: 328
diff changeset
21 #endif /* _XS_FILTER_H */