summaryrefslogtreecommitdiff
path: root/junklib.c
diff options
context:
space:
mode:
authorGravatar David Bryant <david@wavpack.com>2010-05-31 19:48:45 -0700
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-01 08:35:06 +0200
commitd0fcd7cde6065d9a6bc4e8d8414ae38b351d796d (patch)
treecb5dbe487128c32ccb4d5c06b2e20fbf96a10a2e /junklib.c
parentc84e7833dc96e14d2ff1ca7a208518d5fe7b5b69 (diff)
implement loading of cover artwork embedded in APEv2 tags
Diffstat (limited to 'junklib.c')
-rw-r--r--junklib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/junklib.c b/junklib.c
index c2873f57..a679c5bc 100644
--- a/junklib.c
+++ b/junklib.c
@@ -35,7 +35,7 @@
#define MAX_TEXT_FRAME_SIZE 1024
#define MAX_CUESHEET_FRAME_SIZE 10000
-#define MAX_APEV2_FRAME_SIZE 100000
+#define MAX_APEV2_FRAME_SIZE 1000000
#define MAX_ID3V2_FRAME_SIZE 100000
#define MAX_ID3V2_APIC_FRAME_SIZE 2000000