summaryrefslogtreecommitdiff
path: root/apps/codecs/vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/vorbis.c')
-rw-r--r--apps/codecs/vorbis.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 2ea0f74645..2f7a4f4f72 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -117,11 +117,6 @@ enum codec_status codec_main(void)
117 * they should be set differently based on quality setting 117 * they should be set differently based on quality setting
118 */ 118 */
119 119
120 /* The chunk size below is magic. If set any lower, resume
121 * doesn't work properly (ov_raw_seek() does the wrong thing).
122 */
123 ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*256);
124
125/* We need to flush reserver memory every track load. */ 120/* We need to flush reserver memory every track load. */
126next_track: 121next_track:
127 if (codec_init()) { 122 if (codec_init()) {