aboutsummaryrefslogtreecommitdiff
path: root/stream13.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream13.h')
-rw-r--r--stream13.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/stream13.h b/stream13.h
new file mode 100644
index 0000000..efc3461
--- /dev/null
+++ b/stream13.h
@@ -0,0 +1,10 @@
+/* (C) Guenter Geiger 1999 */
+
+#define SF_FLOAT 1
+#define SF_16BIT 2
+#define SF_8BIT 3
+#define SF_MP3 4
+
+#define SF_SIZEOF(a) (a == SF_FLOAT ? sizeof(t_float) : \
+ a == SF_16BIT ? sizeof(short) : 1)
+