diff libao2/afmt.h @ 12478:7f8eb5f6814a

support for 24 bit pcm/wav files
author reimar
date Sun, 16 May 2004 10:48:59 +0000
parents 46d21c0f36aa
children 661718721c92
line wrap: on
line diff
--- a/libao2/afmt.h	Fri May 14 23:10:43 2004 +0000
+++ b/libao2/afmt.h	Sun May 16 10:48:59 2004 +0000
@@ -53,3 +53,8 @@
 #ifndef AFMT_FLOAT
 # define AFMT_FLOAT               0x00004000
 #endif
+
+/* for formats that don't have a corresponding AFMT_* type,
+ * use the flags from libaf/af_format.h or'ed with this */
+#define AFMT_AF_FLAGS             0x70000000
+