Several filetypes were added (more or less) recently so the array became full on HWCODEC.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_5@24413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2010-01-31 13:41:48 +00:00
parent c7bccafacf
commit d0a4460fbe

View file

@ -45,7 +45,7 @@
#if CONFIG_CODEC == SWCODEC
#define MAX_FILETYPES 128
#else
#define MAX_FILETYPES 48
#define MAX_FILETYPES 64
#endif
/* a table for the know file types */