diff options
author | Nils Wallménius <nils@rockbox.org> | 2008-10-19 12:35:53 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2008-10-19 12:35:53 +0000 |
commit | 2f50cd58b9fb7cd75448622b5ac222cdcad6bc6f (patch) | |
tree | 880a25472bfa6ce2fcda13a334c17607aa1ad419 /firmware/export/config-ondavx747.h | |
parent | 01177055425776fadbdd6cf167111105b118754a (diff) |
Codec memory reorganization
Based on a patch by Tomasz Malesinski
* Merge Codec buffer and Malloc buffer into one large buffer.
* The new merged buffer is now 1MB on targets with lots of memory.
* Renamed codec_get_memory to codec_get_buffer and made it behave more.
like plugin_get_buffer.
* Bumped Codec api and min api versions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18834 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r-- | firmware/export/config-ondavx747.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 49047d6a3c..12deb9cf71 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -91,7 +91,7 @@ //#define HAVE_SW_POWEROFF /* 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 |