From 7312e58d17e331d71d4f47e21bf15499609bace8 Mon Sep 17 00:00:00 2001 From: dieter kovacic Date: Tue, 9 Jul 2002 12:41:56 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r33, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/ext13/; revision=34 --- stream13.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stream13.h (limited to 'stream13.h') 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) + -- cgit v1.2.1