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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 1900364a89..0475572f19 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -129,7 +129,6 @@ enum codec_status codec_start(struct codec_api *api)
129 rb->memset(iedata, 0, iend - iedata); 129 rb->memset(iedata, 0, iend - iedata);
130 #endif 130 #endif
131 131
132 rb->configure(DSP_DITHER, (bool *)false);
133 rb->configure(DSP_SET_SAMPLE_DEPTH, (long *)24); 132 rb->configure(DSP_SET_SAMPLE_DEPTH, (long *)24);
134 rb->configure(DSP_SET_CLIP_MAX, (long *)((1 << 24) - 1)); 133 rb->configure(DSP_SET_CLIP_MAX, (long *)((1 << 24) - 1));
135 rb->configure(DSP_SET_CLIP_MIN, (long *)-((1 << 24) - 1)); 134 rb->configure(DSP_SET_CLIP_MIN, (long *)-((1 << 24) - 1));