summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-10-05 08:14:09 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-10-05 08:14:09 +0000
commitbd4aea376957742158646f219f91c38a55d30d3a (patch)
tree850c38684b690915d27687177ef54dffa0398da8
parented96797731820ed4786a04d0ac7074fcc9c6119c (diff)
downloadrockbox-bd4aea376957742158646f219f91c38a55d30d3a.tar.gz
rockbox-bd4aea376957742158646f219f91c38a55d30d3a.zip
Increased the talk thumbnail size to 64Kbytes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14987 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 7391dd25c4..093ea35087 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -77,7 +77,7 @@ const char* const file_thumbnail_ext = ".talk";
77#define LOADED_MASK 0x80000000 /* MSB */ 77#define LOADED_MASK 0x80000000 /* MSB */
78 78
79#if CONFIG_CODEC == SWCODEC 79#if CONFIG_CODEC == SWCODEC
80#define MAX_THUMBNAIL_BUFSIZE 32768 80#define MAX_THUMBNAIL_BUFSIZE 0x10000
81#endif 81#endif
82 82
83#ifndef SIMULATOR 83#ifndef SIMULATOR