forked from len0rd/rockbox
platform: hiby: Increase CODEC_SIZE to 1 Mb
Unifies codec size with most targets. Apart from other things increased size improves seek accuracy in long m4b audiobooks. Tested on Agptek Rocker and XDuoo X3II Related discussion: https://www.rockbox.org/tracker/task/13049#comment44591 Change-Id: Id246969e78386b71ac66aace128cfba72a3f209e
This commit is contained in:
parent
53e7176196
commit
6e058fe77f
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
|||
#define CONFIG_RTC APPLICATION
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x80000
|
||||
#define CODEC_SIZE 0x100000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x100000
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#define HAVE_TAGCACHE
|
||||
|
||||
/* The number of bytes reserved for loadable codecs */
|
||||
#define CODEC_SIZE 0x80000
|
||||
#define CODEC_SIZE 0x100000
|
||||
|
||||
/* The number of bytes reserved for loadable plugins */
|
||||
#define PLUGIN_BUFFER_SIZE 0x100000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue