Skip to content
Snippets Groups Projects
Commit e8e5ecb3 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fixes missing VARDECL()

parent c9e2014f
No related branches found
No related tags found
No related merge requests found
......@@ -232,6 +232,7 @@ void surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *b
VARDECL(opus_val32, in);
VARDECL(opus_val16, x);
VARDECL(opus_val32, out);
VARDECL(opus_val32, freq);
SAVE_STACK;
upsample = resampling_factor(rate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment