summaryrefslogtreecommitdiff
path: root/apps/codecs/aiff.c
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2007-11-05 17:48:21 +0000
committerBrandon Low <lostlogic@rockbox.org>2007-11-05 17:48:21 +0000
commit3379440a4bfecef85c915fb079b595f98a6db1de (patch)
treeb0d00f72449f78de08e1db8884a7ee1936423752 /apps/codecs/aiff.c
parent03dd35db0e22c971b09fc94fa24cce6f531ab7ce (diff)
downloadrockbox-3379440a4bfecef85c915fb079b595f98a6db1de.tar.gz
rockbox-3379440a4bfecef85c915fb079b595f98a6db1de.zip
Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15478 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/aiff.c')
-rw-r--r--apps/codecs/aiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/aiff.c b/apps/codecs/aiff.c
index d663b4b367..93a7c39489 100644
--- a/apps/codecs/aiff.c
+++ b/apps/codecs/aiff.c
@@ -65,7 +65,6 @@ enum codec_status codec_main(void)
65 /* Generic codec initialisation */ 65 /* Generic codec initialisation */
66 ci->configure(DSP_SET_SAMPLE_DEPTH, 28); 66 ci->configure(DSP_SET_SAMPLE_DEPTH, 28);
67 ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512); 67 ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512);
68 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*256);
69 68
70next_track: 69next_track:
71 if (codec_init()) { 70 if (codec_init()) {