1
0
Fork 0
forked from len0rd/rockbox

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

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24412 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2010-01-31 13:38:59 +00:00
parent e2359ac73b
commit 608aeee435

View file

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