diff options
| -rw-r--r-- | apps/talk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c index 7391dd2..093ea35 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -77,7 +77,7 @@ const char* const file_thumbnail_ext = ".talk"; #define LOADED_MASK 0x80000000 /* MSB */ #if CONFIG_CODEC == SWCODEC -#define MAX_THUMBNAIL_BUFSIZE 32768 +#define MAX_THUMBNAIL_BUFSIZE 0x10000 #endif #ifndef SIMULATOR |