From d00f1d599a7fe422da450836774fd6ce2ed09b3d Mon Sep 17 00:00:00 2001 From: Magnus Holmgren Date: Fri, 8 Dec 2006 13:55:14 +0000 Subject: Add "m4b" to the list of supported filename extensions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11689 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/stats.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/stats.c') diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index 0a1f2e48f9..8b02152a1b 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -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) { -- cgit v1.2.3