summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index f5ea79e4..132770d4 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -331,6 +331,7 @@ enum ddb_audio_data_type_t {
// audio memory constants
// since 1.5
#define DDB_FREQ_BANDS 256
+#define DDB_FREQ_MAX_CHANNELS 9
// typecasting macros
#define DB_PLUGIN(x) ((DB_plugin_t *)(x))