forked from len0rd/rockbox
Increased the talk thumbnail size to 64Kbytes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14987 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed96797731
commit
bd4aea3769
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue