forked from len0rd/rockbox
Add "m4b" to the list of supported filename extensions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11689 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9163b4fb4
commit
d00f1d599a
3 changed files with 4 additions and 3 deletions
|
@ -64,8 +64,8 @@ static int fontwidth, fontheight;
|
|||
|
||||
/* 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","mp4","shn",
|
||||
"aif","aiff"};
|
||||
"wav","flac","ac3","a52","mpc","wv","m4a","m4b","mp4",
|
||||
"shn","aif","aiff"};
|
||||
|
||||
void prn(const char *str, int y)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue