summaryrefslogtreecommitdiff
path: root/libavcodec/sbr.h
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-05-03 19:21:35 +0000
committerAlex Converse <alex.converse@gmail.com>2010-05-03 19:21:35 +0000
commit17d5959998c4f523abb4fde0dd0bb7df562219d8 (patch)
tree63beae0fbc040555a945020bf0e0ac2d99605bee /libavcodec/sbr.h
parentb05394a08149c7d32a0b13c4d46e6a9d4082a786 (diff)
10l: The SBR refactor requires the use of 2 independent output X buffers.
Originally committed as revision 23014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sbr.h')
-rw-r--r--libavcodec/sbr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sbr.h b/libavcodec/sbr.h
index 11c97f7045..2d9f4a519d 100644
--- a/libavcodec/sbr.h
+++ b/libavcodec/sbr.h
@@ -157,7 +157,7 @@ typedef struct {
///QMF output of the HF generator
float X_high[64][40][2];
///QMF values of the reconstructed signal
- DECLARE_ALIGNED(16, float, X)[2][32][64];
+ DECLARE_ALIGNED(16, float, X)[2][2][32][64];
///Zeroth coefficient used to filter the subband signals
float alpha0[64][2];
///First coefficient used to filter the subband signals