Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
30f52cbe
Commit
30f52cbe
authored
Dec 29, 2013
by
Jean-Marc Valin
Browse files
Remove a SAVE_STACK that was pasted accidentally in the previous commit
parent
e1dc1e22
Changes
1
Show whitespace changes
Inline
Side-by-side
celt/kiss_fft.c
View file @
30f52cbe
...
@@ -519,7 +519,6 @@ void opus_fft(const kiss_fft_state *st,const kiss_fft_cpx *fin,kiss_fft_cpx *fou
...
@@ -519,7 +519,6 @@ void opus_fft(const kiss_fft_state *st,const kiss_fft_cpx *fin,kiss_fft_cpx *fou
MULT16_32_Q15() on ARM. */
MULT16_32_Q15() on ARM. */
int
scale_shift
=
st
->
scale_shift
-
1
;
int
scale_shift
=
st
->
scale_shift
-
1
;
#endif
#endif
SAVE_STACK
;
scale
=
st
->
scale
;
scale
=
st
->
scale
;
celt_assert2
(
fin
!=
fout
,
"In-place FFT not supported"
);
celt_assert2
(
fin
!=
fout
,
"In-place FFT not supported"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment