summaryrefslogtreecommitdiffstats
path: root/libaf/af.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af.h')
-rw-r--r--libaf/af.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libaf/af.h b/libaf/af.h
index 4c867328cc..09a64a3392 100644
--- a/libaf/af.h
+++ b/libaf/af.h
@@ -10,6 +10,11 @@
struct af_instance_s;
+// Number of channels
+#ifndef AF_NCH
+#define AF_NCH 6
+#endif
+
// Audio data chunk
typedef struct af_data_s
{