mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Make sine_window static. Acked by Benjamin Larsson
Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cd15bbc973
commit
b64fa5b426
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user