diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-11-18 20:21:13 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-11-18 20:21:13 +0000 |
| commit | 9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5 (patch) | |
| tree | 81c2f4619b1f12503c278dd71f71af47f57f19d0 /apps/codecs/vorbis.c | |
| parent | 88a2a8a53a875f6af90fa2b479dc281e752881d2 (diff) | |
| download | rockbox-9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5.zip rockbox-9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5.tar.gz rockbox-9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5.tar.bz2 rockbox-9c0f1a9e395a4a680e7b2532ebdb468cbeccaca5.tar.xz | |
More stable playback with reduced stuttering when skipping tracks.
Removed CODEC_SET_FILEBUF_LIMIT setting; now playback.c determines how
to buffer the files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/vorbis.c')
| -rw-r--r-- | apps/codecs/vorbis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c index 1fbe131..69eba24 100644 --- a/apps/codecs/vorbis.c +++ b/apps/codecs/vorbis.c @@ -135,7 +135,6 @@ enum codec_status codec_start(struct codec_api *api) /* Note: These are sane defaults for these values. Perhaps * they should be set differently based on quality setting */ - rb->configure(CODEC_SET_FILEBUF_LIMIT, (long *)(1024*1024*2)); /* The chunk size below is magic. If set any lower, resume * doesn't work properly (ov_raw_seek() does the wrong thing). |