diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 16:02:12 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2007-11-05 16:02:12 +0000 |
| commit | 1df1e7b0c7f1932f45cfb189b43e873db1a85410 (patch) | |
| tree | edf57cc1bd9f3f7ba68b48c703f832798f16f122 /apps/codecs | |
| parent | 2d95fd524db6de67e91024ee4d947a4ee25c43b6 (diff) | |
| download | rockbox-1df1e7b0c7f1932f45cfb189b43e873db1a85410.zip rockbox-1df1e7b0c7f1932f45cfb189b43e873db1a85410.tar.gz rockbox-1df1e7b0c7f1932f45cfb189b43e873db1a85410.tar.bz2 rockbox-1df1e7b0c7f1932f45cfb189b43e873db1a85410.tar.xz | |
Remove unused conf_preseek from buffering.c and all of its accountraments. This is _not_ a setting. This is a guessing tool used by either playback or buffering to serve its clients better. Use the REBUFFER_GUESS size in resume to help obviate pondlife's bug. This will also need to be used when FS8092 gets fixed correctly with a complete rebuffer for backward movements. It may also belong in buffering not playback, haven't decided for sure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/mpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/mpc.c b/apps/codecs/mpc.c index 8143e04..4db8a18 100644 --- a/apps/codecs/mpc.c +++ b/apps/codecs/mpc.c @@ -79,7 +79,6 @@ enum codec_status codec_main(void) ci->configure(DSP_SET_SAMPLE_DEPTH, 28); ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*16); - ci->configure(CODEC_SET_FILEBUF_PRESEEK, 0); /* Create a decoder instance */ reader.read = read_impl; |