From 55ed7d7214684d53c38eb4fe293249e5d3e0ac91 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 11 Jun 2005 10:08:17 +0000 Subject: First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, with zero optimisations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6668 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 176add2909..b52e897bc3 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -77,6 +77,7 @@ const struct filetype filetypes[] = { { ".wma", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, { ".wav", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, { ".flac", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, + { ".ac3", TREE_ATTR_MPA, File, VOICE_EXT_MPA }, #endif { ".m3u", TREE_ATTR_M3U, Playlist, LANG_PLAYLIST }, { ".cfg", TREE_ATTR_CFG, Config, VOICE_EXT_CFG }, -- cgit v1.2.3