summaryrefslogtreecommitdiff
path: root/apps/filetypes.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-03-26 23:00:24 +0000
committerJens Arnold <amiconn@rockbox.org>2006-03-26 23:00:24 +0000
commit0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156 (patch)
treecc93b79c54ae34a78dc0876eb70c348df9737371 /apps/filetypes.c
parent0ad19c7262f987691d04051648e71d6f30892d5f (diff)
downloadrockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.tar.gz
rockbox-0c09f3ee88278c3f2fb79bfd8e3cca3eb8669156.zip
WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV files with all common sample frequencies, both mono and stereo. Meant as a preview for later PCM playback integration, and for doing experiments with the MAS PCM codec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9273 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetypes.c')
-rw-r--r--apps/filetypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.c b/apps/filetypes.c
index 0f9f0c790a..9bb1475a1f 100644
--- a/apps/filetypes.c
+++ b/apps/filetypes.c
@@ -44,7 +44,7 @@
44#if CONFIG_CODEC == SWCODEC 44#if CONFIG_CODEC == SWCODEC
45#define MAX_FILETYPES 64 45#define MAX_FILETYPES 64
46#else 46#else
47#define MAX_FILETYPES 32 47#define MAX_FILETYPES 40
48#endif 48#endif
49 49
50/* max exttypes (extensions stored here) */ 50/* max exttypes (extensions stored here) */