diff options
author | Mustapha Senhaji <moos@rockbox.org> | 2008-06-21 19:58:26 +0000 |
---|---|---|
committer | Mustapha Senhaji <moos@rockbox.org> | 2008-06-21 19:58:26 +0000 |
commit | 5acfae2a3c42bc9c585b80d60a4842037c0a8048 (patch) | |
tree | 7fb883e39ede903c44ee303088054ba995a4b72c /apps/plugins/stats.c | |
parent | e095185b7d6a76876a9818dbe67b9fbbd70859ce (diff) | |
download | rockbox-5acfae2a3c42bc9c585b80d60a4842037c0a8048.tar.gz rockbox-5acfae2a3c42bc9c585b80d60a4842037c0a8048.tar.bz2 rockbox-5acfae2a3c42bc9c585b80d60a4842037c0a8048.zip |
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
Diffstat (limited to 'apps/plugins/stats.c')
-rw-r--r-- | apps/plugins/stats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index be73e23406..5c82908d0a 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -83,7 +83,8 @@ static bool abort; /* TODO: Better get the exts from the filetypes var in tree.c */ const char *music_exts[] = {"mp3","mp2","mp1","mpa","ogg", "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) { |