shithub: opus

Download patch

ref: 30f52cbe2d036dc88a16c0e9e4ccf38a2074f808
parent: e1dc1e22384e6b632d7a8f9d54a0e693ebc77624
author: Jean-Marc Valin <[email protected]>
date: Sun Dec 29 11:21:06 EST 2013

Remove a SAVE_STACK that was pasted accidentally in the previous commit

--- a/celt/kiss_fft.c
+++ b/celt/kiss_fft.c
@@ -519,7 +519,6 @@
       MULT16_32_Q15() on ARM. */
    int scale_shift = st->scale_shift-1;
 #endif
-   SAVE_STACK;
    scale = st->scale;
 
    celt_assert2 (fin != fout, "In-place FFT not supported");