From d0a4460fbe61e0c04a6ce76a00afc96ff416d698 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 31 Jan 2010 13:41:48 +0000 Subject: [PATCH] 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 --- apps/filetypes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/filetypes.c b/apps/filetypes.c index 1bf83c3316..8044d7170c 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -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 */