Commit b64fa5b4 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Make sine_window static. Acked by Benjamin Larsson

Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cd15bbc9
......@@ -103,7 +103,7 @@ typedef struct NellyMoserDecodeContext {
DECLARE_ALIGNED_16(float,imdct_out[NELLY_BUF_LEN * 2]);
} NellyMoserDecodeContext;
DECLARE_ALIGNED_16(float,sine_window[128]);
static DECLARE_ALIGNED_16(float,sine_window[128]);
static inline int signed_shift(int i, int shift) {
if (shift > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment