Fix YP-Z5 plugin/codec buffer size

Change-Id: I8d01497c561bc3420b2b87ced2d7ab241b796a97
This commit is contained in:
Amaury Pouly 2017-05-16 12:14:17 +10:00
parent e9f7385bdf
commit 5dd443c033

View file

@ -110,10 +110,10 @@
#define HAVE_FAT16SUPPORT
/* The number of bytes reserved for loadable codecs */
#define CODEC_SIZE 0
#define CODEC_SIZE 0x100000
/* The number of bytes reserved for loadable plugins */
#define PLUGIN_BUFFER_SIZE 0
#define PLUGIN_BUFFER_SIZE 0x80000
#define AB_REPEAT_ENABLE