summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/opus.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/opus.c')
-rw-r--r--lib/rbcodec/codecs/opus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/opus.c b/lib/rbcodec/codecs/opus.c
index 2c495aa8d0..842803aa4f 100644
--- a/lib/rbcodec/codecs/opus.c
+++ b/lib/rbcodec/codecs/opus.c
@@ -337,8 +337,6 @@ enum codec_status codec_run(void)
337 param = ci->id3->elapsed; 337 param = ci->id3->elapsed;
338 strtoffset = ci->id3->offset; 338 strtoffset = ci->id3->offset;
339 339
340 global_stack = 0;
341
342#if defined(CPU_COLDFIRE) 340#if defined(CPU_COLDFIRE)
343 /* EMAC rounding is disabled because of MULT16_32_Q15, which will be 341 /* EMAC rounding is disabled because of MULT16_32_Q15, which will be
344 inaccurate with rounding in its current incarnation */ 342 inaccurate with rounding in its current incarnation */