aboutsummaryrefslogtreecommitdiff
path: root/stream13.h
diff options
context:
space:
mode:
authordieter kovacic <d13@users.sourceforge.net>2002-07-09 12:41:56 +0000
committerdieter kovacic <d13@users.sourceforge.net>2002-07-09 12:41:56 +0000
commit7312e58d17e331d71d4f47e21bf15499609bace8 (patch)
tree23e7fba2466041f82bc29ce4adf5e7ac35d2d508 /stream13.h
This commit was generated by cvs2svn to compensate for changes in r33,svn2git-root
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ext13/; revision=34
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)
+