summaryrefslogtreecommitdiff
path: root/libavcodec/sinewin.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sinewin.h')
-rw-r--r--libavcodec/sinewin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sinewin.h b/libavcodec/sinewin.h
index 8054191867..478036d3c6 100644
--- a/libavcodec/sinewin.h
+++ b/libavcodec/sinewin.h
@@ -31,7 +31,7 @@
#endif
#define SINETABLE(size) \
- SINETABLE_CONST DECLARE_ALIGNED(16, float, ff_sine_##size)[size]
+ SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size]
/**
* Generate a sine window.