summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbcodec/metadata/metadata.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/metadata.h b/lib/rbcodec/metadata/metadata.h
index 768e62d3b0..50fd5bac86 100644
--- a/lib/rbcodec/metadata/metadata.h
+++ b/lib/rbcodec/metadata/metadata.h
@@ -176,7 +176,10 @@ struct afmt_entry
176/* database of labels and codecs. add formats per above enum */ 176/* database of labels and codecs. add formats per above enum */
177extern const struct afmt_entry audio_formats[AFMT_NUM_CODECS]; 177extern const struct afmt_entry audio_formats[AFMT_NUM_CODECS];
178 178
179#if MEMORYSIZE > 2 179#if MEMORYSIZE > 8
180#define ID3V2_BUF_SIZE 1800
181#define ID3V2_MAX_ITEM_SIZE 500
182#elif MEMORYSIZE > 2
180#define ID3V2_BUF_SIZE 900 183#define ID3V2_BUF_SIZE 900
181#define ID3V2_MAX_ITEM_SIZE 240 184#define ID3V2_MAX_ITEM_SIZE 240
182#else 185#else