summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
Diffstat (limited to 'libao2')
-rw-r--r--libao2/afmt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libao2/afmt.h b/libao2/afmt.h
index f7c4fcd616..fbef3af89b 100644
--- a/libao2/afmt.h
+++ b/libao2/afmt.h
@@ -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
+