diff options
author | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 17:48:21 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 17:48:21 +0000 |
commit | 3379440a4bfecef85c915fb079b595f98a6db1de (patch) | |
tree | b0d00f72449f78de08e1db8884a7ee1936423752 /apps/codecs/aac.c | |
parent | 03dd35db0e22c971b09fc94fa24cce6f531ab7ce (diff) |
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/aac.c')
-rw-r--r-- | apps/codecs/aac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index d4f051c09c..d3422ea447 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -53,7 +53,6 @@ enum codec_status codec_main(void) unsigned char c = 0; /* Generic codec initialisation */ - ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*16); ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512); ci->configure(DSP_SET_STEREO_MODE, STEREO_NONINTERLEAVED); |