mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Stats Plugin: Update the list of suported/counted music file extensions.
And like that is a stats plugin after all, here is one: We do support by our codecs, 50 different file types now, wow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24939 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
778f5bb515
commit
37e0f76c5a
1 changed files with 5 additions and 3 deletions
|
@ -110,10 +110,12 @@ static bool abort;
|
|||
#endif
|
||||
|
||||
/* 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","oga",
|
||||
"wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4",
|
||||
"shn","aif","aiff","wma","wmv","spx","ape","adx",
|
||||
"sid","mod","nsf","nsfe","spc","asf","mac"};
|
||||
"shn","aif","aiff","wma","wmv","asf","spx","ape","mac",
|
||||
"sid","mod","nsf","nsfe","spc","adx","sap","rm","at3"
|
||||
"ra","rmvb","oma","aa3","dmc","dlt","mpt","mpd","rmt",
|
||||
"tmc","tm8","tm2","cm3","cmc","cmr","cms","mmf"};
|
||||
|
||||
void prn(const char *str, int y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue