Let's the plugin stats count more music files that we support. Spoted by Alex Parker.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17749 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2008-06-21 19:58:26 +00:00
parent e095185b7d
commit 5acfae2a3c

View file

@ -83,7 +83,8 @@ static bool abort;
/* TODO: Better get the exts from the filetypes var in tree.c */ /* TODO: Better get the exts from the filetypes var in tree.c */
const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg", const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg",
"wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4", "wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4",
"shn","aif","aiff"}; "shn","aif","aiff","wma","wmv","spx","ape","adx",
"sid","mod","nsf","nsfe","spc","asf","mac"};
void prn(const char *str, int y) void prn(const char *str, int y)
{ {