From 3379440a4bfecef85c915fb079b595f98a6db1de Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Mon, 5 Nov 2007 17:48:21 +0000 Subject: 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 --- apps/codecs/a52.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/a52.c') diff --git a/apps/codecs/a52.c b/apps/codecs/a52.c index b2229d4..6cdddb5 100644 --- a/apps/codecs/a52.c +++ b/apps/codecs/a52.c @@ -124,7 +124,6 @@ enum codec_status codec_main(void) /* Generic codec initialisation */ ci->configure(DSP_SET_STEREO_MODE, STEREO_NONINTERLEAVED); ci->configure(DSP_SET_SAMPLE_DEPTH, 28); - ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*128); next_track: if (codec_init()) { -- cgit v1.1