summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index cfe4885c..fd01a0d4 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -324,7 +324,7 @@ enum ddb_audio_data_type_t {
// audio memory constants
// since 1.5
-#define DDB_AUDIO_MEMORY_FRAMES 512
+#define DDB_AUDIO_MEMORY_FRAMES 256
// typecasting macros
#define DB_PLUGIN(x) ((DB_plugin_t *)(x))