summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index 91b18a13f6..a64497db03 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -232,6 +232,14 @@ typedef struct {
/** @} */
/**
+ * @defgroup temporary aligned temporary buffers (We do not want to have these on the stack.)
+ * @{
+ */
+ DECLARE_ALIGNED_16(float, buf_mdct[2048]);
+ DECLARE_ALIGNED_16(float, revers[1024]);
+ /** @} */
+
+ /**
* @defgroup tables Computed / set up during initialization.
* @{
*/