summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@gmail.com>2008-08-18 19:39:08 +0000
committerRobert Swain <robert.swain@gmail.com>2008-08-18 19:39:08 +0000
commitc7f4d983a4d9d73a50b104cc9eb51acc534cef20 (patch)
treeabd7ba290c0f56a401e91c57e15866ea462d12d3 /libavcodec/aac.h
parente48891bd9b431f885392daec932e153abf70b625 (diff)
More OKed AAC decoder code hunks
Originally committed as revision 14828 to svn://svn.ffmpeg.org/ffmpeg/trunk
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.
* @{
*/